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