FontStretches.Normal プロパティ

定義

標準の FontStretch を指定します。

public:
 static property System::Windows::FontStretch Normal { System::Windows::FontStretch get(); };
public static System.Windows.FontStretch Normal { get; }
member this.Normal : System.Windows.FontStretch
Public Shared ReadOnly Property Normal As FontStretch

プロパティ値

FontStretch

標準の FontStretch を表す値。

注釈

Normal は、フォント フォームの通常の縦横比 (100%) を表します。 の Normal 値は 、 の値 Mediumと同じです。

適用対象