Back to Devexpress

ListLevelNumberAlignment Enum

aspnetcore-js-devexpress-dot-richedit-c18512c9.md

latest708 B
Original Source

ListLevelNumberAlignment Enum

Lists values that specify the paragraph text alignment in numbered list levels.

Declaration

ts
export enum ListLevelNumberAlignment {
    Left = 0,
    Center = 1,
    Right = 2
}

Members

NameDescription
Center

Text is aligned to the center of the list level’s paragraph.

| | Left |

Text is aligned to the left of the list level’s paragraph.

| | Right |

Text is aligned to the right of the list level’s paragraph.

|

Remarks

Values listed by this enumeration are used to set the alignment property.