FontWeights.Thin Property

Definition

Specifies a font weight value of 100.

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

Property Value

A FontWeight with a Weight value of 100.

Applies to