HtmlEditCommands.ToggleJustifyAlignment Property
In This Article
Gets the command that toggles the selected/under caret text’s alignment to fit it along the left and right margins.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
public Command ToggleJustifyAlignment { get; }
#Property Value
Type | Description |
---|---|
Command | A command object. |
See Also