ImageEditCommands.SwitchCropAreaShape Property
Returns the command that switches the crop area between ellipse and rectangle shapes.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Command SwitchCropAreaShape { get; }
Property Value
Type | Description |
---|---|
Command | A command that switches the crop area between ellipse and rectangle shapes. |
Remarks
You can also call the SwitchCropAreaShape() method to switch the crop area between Ellipse and Rectangle shapes.
See Also