Label.Font Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Font is obsolete as of version 1.3.0. Please use the Font attributes which are on the class itself.
Gets or sets the Font for the Label. This is a bindable property.
[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
Property Value
The Font value for the Label. The default is null
, which represents the default font on the platform.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute