MarkerStyle Enum

Definition

Specifies the style used to mark the item paragraphs in a list.

public enum class MarkerStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MarkerStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MarkerStyle
var value = Windows.UI.Text.MarkerStyle.undefined
Public Enum MarkerStyle
Inheritance
MarkerStyle
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

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