FontWeights.UltraBold 属性

定义

指定“Ultra-bold”字体粗细。

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

属性值

FontWeight

一个表示“Ultra-bold”字体粗细的值。

示例

“超粗体”字体粗细描述比普通粗细更重的笔划。

注解

UltraBold等效于字体粗细 。ExtraBold

适用于