FontWeights.SemiBold プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象