Style.BasedOn Property

Definition

The Style on which this Style is based.

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

Property Value

Remarks

The Style supports a mechanism in XAML that is similar to inheritance in C#.

Applies to