FontWeights.Thin Property

Definition

Specifies a "Thin" font weight.

public:
 static property System::Windows::FontWeight Thin { System::Windows::FontWeight get(); };
public static System.Windows.FontWeight Thin { get; }
static member Thin : System.Windows.FontWeight
Public Shared ReadOnly Property Thin As FontWeight

Property Value

A value that represents a "Thin" font weight.

Remarks

The Thin font weight is the lightest font weight.

Applies to