FontWeights.ExtraBlack Property

Definition

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.

Applies to