FontStyles.Normal Eigenschap

Definitie

Hiermee geeft u een normale FontStyle.

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

Waarde van eigenschap

Een waarde die een normale FontStylewaarde vertegenwoordigt.

Voorbeelden

In het volgende codevoorbeeld wordt de Normal eigenschap gebruikt om een FontStyle.

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

Opmerkingen

De tekens in een normaal of Romeins lettertype staan rechtop.

Van toepassing op