Label.Font Proprietà

Definizione

Attenzione

Font is obsolete as of version 1.3.0. Please use the Font attributes which are on the class itself.

Ottiene o imposta il tipo di carattere per l'etichetta. Si tratta di una proprietà associabile.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("Font is obsolete as of version 1.3.0. Please use the Font attributes which are on the class itself.")]
public Xamarin.Forms.Font Font { get; set; }
member this.Font : Xamarin.Forms.Font with get, set

Valore della proprietà

Valore Font dell'etichetta. Il valore predefinito è null, che rappresenta il tipo di carattere predefinito nella piattaforma.

Attributi

Si applica a