Typography.Kerning 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示是否啟用 Kerning。
public:
property bool Kerning { bool get(); void set(bool value); };
public bool Kerning { get; set; }
member this.Kerning : bool with get, set
Public Property Kerning As Boolean
屬性值
如果啟用 kerning,true
;否則,false
。 預設值為 true
。
備註
這個屬性會取得或設定對象上擁有 Typography
屬性的值,這是存取 Typography 類別實例的唯一方法。 此外,這個屬性支援附加屬性的使用方式,以便在 XAML 中包含文字的物件上設定它。
Kerning 是一種印刷函式,可調整字元之間的間距,以增強字形。
XAML 屬性使用方式
< 物件Typography.Kerning=“bool”/>
相依性屬性資訊
標識元欄位 | KerningProperty |
設定為 true 的元數據屬性 |
AffectsMeasure、AffectsRender、Inherits |