다음을 통해 공유


Style.BasedOn 속성

정의

Style을 기반으로 하는 Style입니다.

public:
 property Microsoft::Maui::Controls::Style ^ BasedOn { Microsoft::Maui::Controls::Style ^ get(); void set(Microsoft::Maui::Controls::Style ^ value); };
public Microsoft.Maui.Controls.Style BasedOn { get; set; }
member this.BasedOn : Microsoft.Maui.Controls.Style with get, set
Public Property BasedOn As Style

속성 값

설명

이 메커니즘은 Style C#의 상속과 유사한 XAML 메커니즘을 지원합니다.

적용 대상