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

ParagraphProperties Properties
Show Inherited Hide Inherited

Contains paragraph properties.
Name Description
Alignment Gets or sets the paragraph’s text alignment. Inherited from ParagraphPropertiesBase.
BackColor Gets or sets the background color of paragraph(s). Inherited from ParagraphPropertiesBase.
Borders Gets the paragraph border properties. Inherited from ParagraphPropertiesBase.
ContextualSpacing Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. Inherited from ParagraphPropertiesBase.
FirstLineIndent Gets or sets a value specifying the indent of the first line of a paragraph. Inherited from ParagraphPropertiesBase.
FirstLineIndentType Gets or sets how a paragraph’s first line is indented. Inherited from ParagraphPropertiesBase.
KeepLinesTogether Gets or sets whether to prevent all page breaks that interrupt a paragraph. Inherited from ParagraphPropertiesBase.
KeepWithNext Gets or sets whether to put a break between the current paragraph and the next paragraph. Inherited from ParagraphPropertiesBase.
LeftIndent Gets or sets a paragraph’s left indent. Inherited from ParagraphPropertiesBase.
LineSpacing Gets or sets a line spacing value. Inherited from ParagraphPropertiesBase.
LineSpacingMultiplier Gets or sets the multiplier used to calculate the line spacing value. Inherited from ParagraphPropertiesBase.
LineSpacingType Gets or sets the spacing type between a paragraph’s lines. Inherited from ParagraphPropertiesBase.
OutlineLevel Gets or sets the paragraph’s outline level. Inherited from ParagraphPropertiesBase.
PageBreakBefore Gets or sets whether to insert a page break before specified paragraph(s). Inherited from ParagraphPropertiesBase.
RightIndent Gets or sets the paragraph’s right indent. Inherited from ParagraphPropertiesBase.
RightToLeft Gets or sets whether to change the paragraph’s text direction to right-to-left. Inherited from ParagraphPropertiesBase.
SpacingAfter Gets or sets the spacing after a paragraph. Inherited from ParagraphPropertiesBase.
SpacingBefore Gets or sets the spacing before a paragraph. Inherited from ParagraphPropertiesBase.
Style Gets or sets the paragraph style applied to the current paragraph.
SuppressHyphenation Gets or sets whether to hyphenate a paragraph. Inherited from ParagraphPropertiesBase.
SuppressLineNumbers Gets or sets whether to display line numbers for the paragraphs. Inherited from ParagraphPropertiesBase.
WidowOrphanControl Gets or sets whether to apply control over the widow and orphan lines. Inherited from ParagraphPropertiesBase.
See Also