MarkerStyle
MarkerStyle
MarkerStyle
MarkerStyle
Enum
Definition
Specifies the style used to mark the item paragraphs in a list.
public : enum class MarkerStylepublic enum MarkerStylePublic Enum MarkerStyle// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Minus Minus Minus Minus | The item marker is followed by a hyphen (-). |
| NoNumber NoNumber NoNumber NoNumber | The items have no markers. |
| Parentheses Parentheses Parentheses Parentheses | The item marker is enclosed in parentheses, as in (1). |
| Parenthesis Parenthesis Parenthesis Parenthesis | The item marker is followed by a parenthesis, as in 1). |
| Period Period Period Period | The item marker is followed by a period. |
| Plain Plain Plain Plain | The item marker appears by itself. |
| Undefined Undefined Undefined Undefined | The marker style is not defined. |