Back to Devexpress

ParagraphAlignment Enum

aspnet-js-paragraphalignment.md

latest695 B
Original Source

ParagraphAlignment Enum

Lists values specifying the paragraph alignment.

Declaration

ts
declare enum ParagraphAlignment {
    Left = 0,
    Right = 1,
    Center = 2,
    Justify = 3
}

Members

NameDescription
Center

Text is aligned to the center of the paragraph.

| | Justify |

Text is justified to the entire width of the paragraph.

| | Left |

Text is aligned to the left of the paragraph.

| | Right |

Text is aligned to the right of the paragraph.

|

Remarks

Values listed by this enumeration are used in the following members: