FontWeights.Normal プロパティ

定義

"標準" フォントの太さを指定します。

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

プロパティ値

"標準" フォントの太さを表す値。

"Ultra-bold" フォントの太さは、通常の太さよりも重いストロークを表します。

注釈

Normal は、フォントの太さが Regularに相当します。

適用対象