FontWeights.UltraBold Property

Definition

Specifies an "Ultra-bold" font weight.

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

Property Value

A value that represents an "Ultra-bold" font weight.

Examples

An "Ultra-bold" font weight describes a heavier stroke than a normal weight.

Remarks

UltraBold is equivalent in font weight to ExtraBold.

Applies to