Label.Font Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
Font is obsolete as of version 1.3.0. Please use the Font attributes which are on the class itself.
Pobiera lub ustawia czcionkę dla etykiety. Jest to właściwość, która można powiązać.
[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
Wartość właściwości
Wartość Font etykiety. Wartość domyślna to null
, która reprezentuje domyślną czcionkę na platformie.
- Atrybuty
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute