Skip to main content

ToggleParagraphAlignmentJustifyCommand.Execute() Method

Executes the command on the current command target.

Namespace: DevExpress.XtraRichEdit.Commands

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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