FontWeight Enumeration

Defines the possible densities of a typeface, in terms of the lightness or heaviness of the strokes.

XAML
<object property="EnumerationValue" .../>
Scripting
value = "EnumerationValue"

Enumeration Values

Value usWeightClass
Thin 100
ExtraLight 200
Light 300
Normal 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
ExtraBlack 950

Applies To

FontWeight Property

See Also

FontFamily
FontSize
FontStyle
LineBreak
Run
TextBlock