FontNumeralStyle
FontNumeralStyle
FontNumeralStyle
FontNumeralStyle
Enum
Definition
Describes a numeral style value for the Typography.NumeralStyle attached property.
public : enum class FontNumeralStylepublic enum FontNumeralStylePublic Enum FontNumeralStyle// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Lining Lining Lining Lining | Lining numeral style is used. Replaces default glyphs with numeric forms of even height. |
| Normal Normal Normal Normal | Default numeral style is used. |
| OldStyle OldStyle OldStyle OldStyle | Old style numeral style is used. Replaces default glyphs with a figure style that matches lowercase letters in height and color. |
Remarks
This enumeration is used by the Typography.NumeralStyle attached property.