FontWeights.ExtraBold Property

Definition

Specifies a font weight value of 800.

public:
 static property FontWeight ExtraBold { FontWeight get(); };
static FontWeight ExtraBold();
public static FontWeight ExtraBold { get; }
var fontWeight = FontWeights.extraBold;
Public Shared ReadOnly Property ExtraBold As FontWeight

Property Value

A FontWeight with a Weight value of 800.

Applies to