ShowParagraphFormCommand Class
Invokes the Paragraph dialog that allows you to set paragraph formatting.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public class ShowParagraphFormCommand :
ChangeParagraphFormattingCommandBase<MergedParagraphProperties>
#Remarks
The typical Paragraph dialog is shown below:
You can change paragraph formatting using the document’s API. The ParagraphProperties interface of the document range enables you to do this. Paragraph settings can also be changed via the Paragraph object properties.