FontWeights.ExtraBlack 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 a font weight value of 950.
public:
static property FontWeight ExtraBlack { FontWeight get(); };
static FontWeight ExtraBlack();
public static FontWeight ExtraBlack { get; }
var fontWeight = FontWeights.extraBlack;
Public Shared ReadOnly Property ExtraBlack As FontWeight
Property Value
A FontWeight with a Weight value of 950.