FontWeights.Black Property

Definition

Specifies a font weight value of 900.

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

Property Value

A FontWeight with a Weight value of 900.

Applies to