FontStyle
FontStyle
FontStyle
FontStyle
Enum
Definition
Represents the style of a font face (for example, normal or italic).
public : enum class FontStylepublic enum FontStylePublic Enum FontStyle// You can use this enum in JavaScript.
<object property="fontStyleMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Italic Italic Italic Italic | Represents an italic font style. |
| Normal Normal Normal Normal | Represents a normal font style. |
| Oblique Oblique Oblique Oblique | Represents an oblique font style. |