FontNumeralStyle Enum
Definition
Describes a numeral style value for the Typography.NumeralStyle attached property.
Equivalent WinUI enum: FontNumeralStyle.
public enum class FontNumeralStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.WebHostHidden]
enum FontNumeralStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.WebHostHidden]
public enum FontNumeralStyle
Public Enum FontNumeralStyle
<object property="enumMemberName"/>
- Inheritance
-
FontNumeralStyle
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Lining | 1 | Lining numeral style is used. Replaces default glyphs with numeric forms of even height. |
Normal | 0 | Default numeral style is used. |
OldStyle | 2 | 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.