다음을 통해 공유


Style(Type) 생성자

정의

Style 인스턴스를 초기화합니다.

public:
 Style(Type ^ targetType);
public Style (Type targetType);
new Microsoft.Maui.Controls.Style : Type -> Microsoft.Maui.Controls.Style
Public Sub New (targetType As Type)

매개 변수

targetType
Type

스타일을 적용할 보기의 형식입니다.

적용 대상