FontWeights.SemiLight Property

Definition

Specifies a font weight value of 350.

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

Property Value

A FontWeight with a Weight value of 350.

Applies to