次の方法で共有


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

適用対象

こちらもご覧ください