Span.Font Property

Definition

Caution

Font is obsolete as of version 1.3.0. Please use the Font properties directly.

Gets or sets the Font for the text in the span.

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

Property Value

Attributes

Applies to