FontWeights.UltraBold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.