FontStyles.Normal Proprietà

Definizione

Specifica un oggetto FontStyle normale.

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

Valore della proprietà

Valore che rappresenta un oggetto FontStyle normale.

Esempio

Nell'esempio di codice seguente viene utilizzata la Normal proprietà per restituire un FontStyleoggetto .

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

Commenti

I caratteri in un carattere normale o romano sono in verticale.

Si applica a