FontWeights.Bold Property

Definition

Specifies a font weight value of 700.

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

Property Value

A FontWeight with a Weight value of 700.

Applies to