Skip to main content

ToggleParagraphAlignmentJustifyCommand.Execute() Method

Executes the command on the current command target.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public override void Execute()

Remarks

The Execute method checks the command state before executing, and decides whether the action can be performed.

See Also