共用方式為


Typography.ContextualLigatures 屬性

定義

取得或設定值,這個值會決定是否啟用內容連字。

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

屬性值

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

備註

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

內容連字是設計來增強可讀性,方法是在構成韌帶的字元之間提供更好的聯結行為。

如果 ContextualLigatures 的值是 true 且選取的字型不支援內容連字,則會顯示字母的預設格式。

XAML 屬性使用方式

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

相依性屬性資訊

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

適用於

另請參閱