FontWeights.Light Property

Definition

Specifies a font weight value of 300.

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

Property Value

A FontWeight with a Weight value of 300.

Applies to