ImageEditCommands.RotateRight Property
Returns the command that rotates the edit image to the right.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Command RotateRight { get; }
Property Value
Type | Description |
---|---|
Command | A command that rotates the edit image to the right. |
Remarks
You can also call the RotateRight() method to rotate the edit image to the right.
See Also