Color.Default Property

Definition

Returns the default color.

public static Xamarin.Forms.Color Default { get; }
member this.Default : Xamarin.Forms.Color

Property Value

The default color.

Remarks

The Default color is used to unset any Color, and revert to the default one.

Applies to