CropAreaShape Enum
The crop area shape.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public enum CropAreaShape
Members
Name | Description |
---|---|
Ellipse
|
The crop area is an ellipse. |
Rectangle
|
The crop area is a rectangle. |
Related API Members
The following properties accept/return CropAreaShape values:
See Also