FontWeights.Medium Property

Definition

Specifies a font weight value of 500.

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

Property Value

A FontWeight with a Weight value of 500.

Applies to