Typography.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

属性值

如果启用字距,true;否则,false。 默认值为 true

注解

此属性获取或设置拥有 Typography 属性的对象上的值,这是访问 Typography 类实例的唯一方法。 此外,此属性支持附加属性用法,以便可以在 XAML 中包含文本的对象上设置它。

字距是一种版式函数,用于调整字符之间的间距以增强字形。

XAML 属性用法

< 对象Typography.Kerning=“bool”/>

Dependency 属性信息

标识符字段 KerningProperty
设置为 true 的元数据属性 AffectsMeasureAffectsRenderInherits

适用于