FontStyles.Normal Eigenschaft

Definition

Gibt einen normalen FontStyle an.

public:
 static property System::Windows::FontStyle Normal { System::Windows::FontStyle get(); };
public static System.Windows.FontStyle Normal { get; }
static member Normal : System.Windows.FontStyle
Public Shared ReadOnly Property Normal As FontStyle

Eigenschaftswert

Ein Wert, der einen normalen FontStyle darstellt.

Beispiele

Im folgenden Codebeispiel wird die Normal -Eigenschaft verwendet, um einen FontStylezurückzugeben.

FontStyle fontStyle = FontStyles.Normal;
Dim fontStyle As FontStyle = FontStyles.Normal

Hinweise

Die Zeichen in einer normalen oder römischen Schriftart sind aufrecht.

Gilt für: