Back to Devexpress

CropAreaShape Enum

maui-devexpress-dot-maui-dot-editors-95a7962f.md

latest959 B
Original Source

CropAreaShape Enum

The crop area shape.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public enum CropAreaShape

Members

NameDescription
Ellipse

The crop area is an ellipse.

| | Rectangle |

The crop area is a rectangle.

|

The following properties accept/return CropAreaShape values:

Extension Methods

Yield<CropAreaShape>()

YieldIfNotNull<CropAreaShape>()

See Also

DevExpress.Maui.Editors Namespace