Back to Devexpress

ToggleParagraphAlignmentJustifyCommand.Id Property

officefileapi-devexpress-dot-xtrarichedit-dot-commands-dot-toggleparagraphalignmentjustifycommand.md

latest1.7 KB
Original Source

ToggleParagraphAlignmentJustifyCommand.Id Property

Gets the ID of the ToggleParagraphAlignmentJustifyCommand.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public override RichEditCommandId Id { get; }
vb
Public Overrides ReadOnly Property Id As RichEditCommandId

Property Value

TypeDescription
RichEditCommandId

A RichEditCommandId member, identifying the command.

|

Remarks

Use the command identifier to create a command via the RichEditControl.CreateCommand method.

See Also

ToggleParagraphAlignmentJustifyCommand Class

ToggleParagraphAlignmentJustifyCommand Members

DevExpress.XtraRichEdit.Commands Namespace