TextPatternIdentifiers.FontWeightAttribute 字段

定义

标识文本范围的 FontWeight 特性。

public: static initonly System::Windows::Automation::AutomationTextAttribute ^ FontWeightAttribute;
public static readonly System.Windows.Automation.AutomationTextAttribute FontWeightAttribute;
 staticval mutable FontWeightAttribute : System.Windows.Automation.AutomationTextAttribute
Public Shared ReadOnly FontWeightAttribute As AutomationTextAttribute 

字段值

AutomationTextAttribute

注解

指字体的相对笔划、粗细或粗细。

这是在 GDI LOGFONT 中的字段之后 lfWeight 建模的。 为了一致性,LOGFONT 采用以下值:0=DontCare、100=Thin、200=ExtraLight 或 UltraLight、300=Light、400=Normal 或 Regular、500=Medium、600=SemiBold 或 DemiBold、700=Bold、800=ExtraBold 或 UltraBold,900=Heavy 或 Black。

此标识符由UI 自动化提供程序使用。 UI 自动化客户端应用程序应使用等效字段。TextPattern

此属性的值的类型 Int32

默认值是 zero

适用于

另请参阅