Label.Font 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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