FontWeights.DemiBold プロパティ

定義

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

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

プロパティ値

FontWeight

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

注釈

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

適用対象