FontWeights.SemiBold Property

Definition

Specifies a font weight value of 600.

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

Property Value

A FontWeight with a Weight value of 600.

Applies to