共用方式為


Label.Font 屬性

定義

警告

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

取得或設定 Label 的 Font。 這是可繫結屬性。

[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

屬性值

標籤 Font 的值。 預設值為 null,表示平臺上的預設字型。

屬性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

適用於