FontStyles.Normal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a 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
Property Value
A value that represents a normal FontStyle.
Examples
In the following code example, the Normal property is used to return a FontStyle.
FontStyle fontStyle = FontStyles.Normal;
Dim fontStyle As FontStyle = FontStyles.Normal
Remarks
The characters in a normal, or roman, font are upright.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.