Style.BasedOn Property

Definition

The Style on which this Style is based.

public Xamarin.Forms.Style BasedOn { get; set; }
member this.BasedOn : Xamarin.Forms.Style with get, set

Property Value

Remarks

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

Applies to