MarkerType Enum

Definition

Specifies the kind of characters used to mark the item paragraphs in a list.

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

Windows requirements

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

Fields

Arabic 3

The list is numbered with Arabic numerals (0, 1, 2, ...).

ArabicAbjad 18

Arabic abjadi ( أ ,ب ,ج ,د ,…).

ArabicDictionary 17

Arabic alphabetic ( أ ,ب ,ت ,ث ,…).

ArabicWide 12

Full-width ASCII (0, 1, 2, 3, …).

BlackCircleWingding 10

The list is ordered with Wingdings black circled digits Circled black digits.

Bullet 2

The list uses bullets (character code 0x2022).

CircledNumber 9

The list is ordered with Unicode circled numbers Unicode numbers in a circle.

DevanagariConsonant 23

Devanāgarī consonants (क, ख, ग, घ, …).

DevanagariNumeric 24

Devanāgarī numbers (१, २, ३, ४, …).

DevanagariVowel 22

Devanāgarī vowels (अ, आ, इ, ई, …).

Hebrew 19

Hebrew alphabet (א, ב, ג, ד, …).

JapanKorea 16

Chinese with no 十.

JapanSimplifiedChinese 15

Chinese with a full-width period, no 十.

LowercaseEnglishLetter 4

The list is ordered with lowercase letters (a, b, c, ...).

LowercaseRoman 6

The list is ordered with lowercase Roman letters (i, ii, iii, ...).

None 1

Not a list paragraph.

SimplifiedChinese 13

Chinese with 十 only in items 10 through 99 (一, 二, 三, 四, …).

ThaiAlphabetic 20

Thai alphabetic (ก, ข,ค, ง, …).

ThaiNumeric 21

Thai numbers (๑, ๒,๓, ๔, …).

TraditionalChinese 14

Chinese with 十 only in items 10 through 19.

Undefined 0

The list type is not defined.

UnicodeSequence 8

The value returned by ITextParagraphFormat.ListStart is treated as the first code in a Unicode sequence.

UppercaseEnglishLetter 5

The list is ordered with uppercase letters (A, B, C, ...).

UppercaseRoman 7

The list is ordered with uppercase Roman letters (I, II, III, ...).

WhiteCircleWingding 11

The list is ordered with Wingdings white circled digits White digits in a black circle.

Applies to

See also