ToggleParagraphAlignmentCenterCommand Class
Toggles centered paragraph alignment on and off.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public class ToggleParagraphAlignmentCenterCommand :
ToggleChangeParagraphFormattingCommandBase<ParagraphAlignment>
#Remarks
Set the Paragraph.Alignment or the ParagraphPropertiesBase.Alignment API property to ParagraphAlignment.Center, to achieve the same result.