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