FontWeight Structure
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration <LocalizabilityAttribute(LocalizationCategory.None)> _ <TypeConverterAttribute(GetType(FontWeightConverter))> _ Public Structure FontWeight Implements IFormattable 'Usage Dim instance As FontWeight
/** @attribute LocalizabilityAttribute(LocalizationCategory.None) */ /** @attribute TypeConverterAttribute(System.Windows.FontWeightConverter) */ public final class FontWeight extends ValueType implements IFormattable
<object fontWeightProperty="fontWeightsValue"/>
fontWeightsValue A FontWeights value, such as "Light", "Normal", or "UltraBold".
Weight differences are generally differentiated by an increased stroke or thickness that is associated with a given character in a typeface, as compared to a "normal" character from that same typeface.
An example of Normal and UltraBold weights for the Palatino Linotype typeface
Note Not all weights are available for all typefaces. When a weight is not available for a typeface, the closest matching weight is returned.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.