Provides a set of predefined font weights as static property values.
Public NotInheritable Class FontWeights
public static class FontWeights
See Remarks.
The FontWeights type exposes the following members.
A font weight describes the relative weight of a font, in terms of the lightness or heaviness of the strokes. Weight differences are generally differentiated by an increased stroke or thickness that is associated with a given character in a font, as compared to a "normal" character from that same font.
The FontWeights values correspond to the usWeightClass definition in the OpenType Specification. The usWeightClass represents an integer value between 1 and 999. Lower values indicate lighter weights; higher values indicate heavier weights.
Font weight
usWeightClass
Thin
100
ExtraLight
200
Light
300
Normal
400
Medium
500
SemiBold
600
Bold
700
ExtraBold
800
Black
900
ExtraBlack
950
For more information on XAML usage, see FontWeight. FontWeight is the value type for Silverlight properties or attributes that specify a font weight value, but you must use static properties of FontWeights to provide a FontWeight value. In XAML, you specify the name of a FontWeights property as the attribute value. This functionality is enabled by native XAML parsing behavior that processes the string value.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.