FontWeights.Regular プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象