FontStyles.Normal Egenskap

Definition

Anger en normal 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

Egenskapsvärde

Ett värde som representerar ett normalt FontStyle.

Exempel

I följande kodexempel används egenskapen Normal för att returnera en FontStyle.

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

Kommentarer

Tecknen i ett normalt, eller romerskt, teckensnitt är upprätt.

Gäller för