共用方式為


Typography.CaseSensitiveForms 屬性

定義

取得或設定值,這個值會決定圖像是否調整其垂直位置,以更好地對齊大寫字元。

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

屬性值

如果調整垂直位置,true;否則,false。 預設值為 false

備註

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

XAML 屬性使用方式

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

相依性屬性資訊

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

適用於