共用方式為


Typography.HistoricalLigatures 屬性

定義

取得或設定值,這個值表示是否啟用歷史連字。

public:
 property bool HistoricalLigatures { bool get(); void set(bool value); };
public bool HistoricalLigatures { get; set; }
member this.HistoricalLigatures : bool with get, set
Public Property HistoricalLigatures As Boolean

屬性值

如果已啟用歷史連字,true;否則,false。 預設值為 false

備註

這個屬性會取得或設定對象上擁有 Typography 屬性的值,這是存取 Typography 類別實例的唯一方法。 此外,這個屬性支援附加屬性的使用方式,以便在 XAML 中包含文字的物件上設定它。

歷史連字是印刷樣式中使用的印刷樣式形式,字型設計工具可能會將其字型新增至其字型。

XAML 屬性使用方式

< 物件Typography.HistoricalLigatures=“bool”/>

相依性屬性資訊

標識元欄位 HistoricalLigaturesProperty
設定為 true 的元數據屬性 AffectsMeasureAffectsRenderInherits

適用於

另請參閱