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

适用于