MarkerStyle Enum

Definition

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

C#
[Windows.Foundation.Metadata.Version(1)]
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.

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also