FontStretches.Normal プロパティ

定義

通常の FontStretchを指定します。

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

プロパティ値

通常の FontStretchを表す値。

注釈

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

適用対象