FontWeights.Black プロパティ

定義

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

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

プロパティ値

FontWeight

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

注釈

Black はフォントの太さに相当します Heavy

適用対象