FontWeight Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Defines the possible densities of a typeface in terms of the lightness or heaviness of the strokes.
<object property="EnumerationValue" .../>
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 |
Managed Equivalent
FontWeight (not a direct equivalent because FontWeight is a class not an enumeration, but FontWeight embodies the functionality of FontWeight in the JavaScript API).