TextPatternIdentifiers.FontWeightAttribute フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト範囲の 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
フィールド値
注釈
フォントの相対ストローク、太さ、または太字を参照します。
これは 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
です。