Share via


MarkerStyle Enum

Definition

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

Minus 5

The item marker is followed by a hyphen (-).

NoNumber 6

The items have no markers.

Parentheses 2

The item marker is enclosed in parentheses, as in (1).

Parenthesis 1

The item marker is followed by a parenthesis, as in 1).

Period 3

The item marker is followed by a period.

Plain 4

The item marker appears by itself.

Undefined 0

The marker style is not defined.

Applies to

See also