FontWeights.SemiBold プロパティ

定義

"Semi-bold" のフォントの太さを指定します。

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

プロパティ値

FontWeight

"Semi-bold" のフォントの太さを表す値。

注釈

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

適用対象