FontWeights.Normal Property

Definition

Specifies a font weight value of 400.

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

Property Value

A FontWeight with a Weight value of 400.

Applies to