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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.