TextPatternIdentifiers.FontWeightAttribute Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Identifies the FontWeight attribute of a text range.
Namespace: System.Windows.Automation
Assembly: System.Windows (in System.Windows.dll)
Syntax
Public Shared ReadOnly FontWeightAttribute As AutomationTextAttribute
public static readonly AutomationTextAttribute FontWeightAttribute
Remarks
Refers to the relative stroke, thickness, or boldness of a font.
For consistency, this field and its values are modeled after the lfWeight field in GDI LOGFONT. The following values were adopted from LOGFONT: 0=DontCare; 100=Thin; 200=ExtraLight or UltraLight; 300=Light; 400=Normal or Regular; 500=Medium; 600=SemiBold or DemiBold; 700=Bold; 800=ExtraBold or UltraBold; and 900=Heavy or Black.
The values for this attribute are of type Int32.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone