MarkerStyle 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.
Specifies the style used to mark the item paragraphs in a list.
public enum class MarkerStyle
/// [Windows.Foundation.Metadata.Version(1)]
enum class MarkerStyle
[Windows.Foundation.Metadata.Version(1)]
public enum MarkerStyle
var value = Microsoft.UI.Text.MarkerStyle.undefined
Public Enum MarkerStyle
- Inheritance
-
MarkerStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | The marker style is not defined. |
Parenthesis | 1 | The item marker is followed by a parenthesis, as in 1). |
Parentheses | 2 | The item marker is enclosed in parentheses, as in (1). |
Period | 3 | The item marker is followed by a period. |
Plain | 4 | The item marker appears by itself. |
Minus | 5 | The item marker is followed by a hyphen (-). |
NoNumber | 6 | The items have no markers. |