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

FontEastAsianWidths 列挙値。 既定値は Normal です。

注釈

このプロパティは、プロパティを所有するオブジェクトの値を Typography 取得または設定します。これは、クラス インスタンスにアクセスする唯一の Typography 方法です。 さらに、このプロパティは、XAML のテキストを含むオブジェクトに設定できるように、添付プロパティの使用法をサポートしています。

XAML 属性の使用方法

<object Typography.EastAsianWidths="FontEastAsianWidths"/>

依存プロパティ情報

識別子フィールド EastAsianWidthsProperty
に設定されたメタデータ プロパティ true AffectsMeasureAffectsRenderInherits

適用対象

こちらもご覧ください