Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ParagraphAlignment Enum

Lists values that specify the paragraph alignment.

#Declaration

TypeScript
export enum ParagraphAlignment {
    Left = 0,
    Right = 1,
    Center = 2,
    Justify = 3
}

#Members

Name Description
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 to set the alignment property.