FontWeights.Normal プロパティ

定義

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

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

プロパティ値

FontWeight

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

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

注釈

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

適用対象