TextPatternIdentifiers.FontWeightAttribute Feld

Definition

Bezeichnet das FontWeight-Attribut eines Textbereichs.

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 

Feldwert

AutomationTextAttribute

Hinweise

Bezieht sich auf den relativen Strich, die Stärke oder die Fettart einer Schriftart.

Dies wird nach dem lfWeight Feld in GDI LOGFONT modelliert. Für Konsistenz wurden die folgenden Werte von LOGFONT übernommen: 0=DontCare, 100=Thin, 200=ExtraLight oder UltraLight, 300=Light, 400=Normal oder Normal, 500=Mittel, 600=SemiBold oder DemiBold, 700=Bold, 800=ExtraBold oder UltraBold und 900=Schwer oder Schwarz.

Dieser Bezeichner wird von Benutzeroberflächenautomatisierung Anbietern verwendet. Benutzeroberflächenautomatisierung Clientanwendungen sollten das entsprechende Feld in TextPattern.

Werte für dieses Attribut sind vom Typ Int32.

Der Standardwert ist zero.

Gilt für

Siehe auch