FontWeights.Regular プロパティ

定義

"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" のフォントの太さを表す値。

注釈

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

適用対象