FontWeights.ExtraLight Property

Definition

Specifies a font weight value of 200.

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

Property Value

A FontWeight with a Weight value of 200.

Applies to