Button.Font Property

Definition

Gets or sets the Font for the Label text. This is a bindable property.

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

Property Value

The Font value for the button. The default is null, which represents the default font on the platform.

Applies to