共用方式為


Typography.EastAsianWidths 屬性

定義

取得或設定 FontEastAsianWidths 列舉值,指出東亞字型中要用於拉丁字元的比例寬度。

public:
 property System::Windows::FontEastAsianWidths EastAsianWidths { System::Windows::FontEastAsianWidths get(); void set(System::Windows::FontEastAsianWidths value); };
public System.Windows.FontEastAsianWidths EastAsianWidths { get; set; }
member this.EastAsianWidths : System.Windows.FontEastAsianWidths with get, set
Public Property EastAsianWidths As FontEastAsianWidths

屬性值

FontEastAsianWidths 列舉值。 預設值為 Normal

備註

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

XAML 屬性使用方式

< 物件Typography.EastAsianWidths=“FontEastAsianWidths”/>

相依性屬性資訊

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

適用於

另請參閱