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

プロパティ値

注釈

C Style # での継承に似た XAML のメカニズムがサポートされています。

適用対象