Class ImageCropType
Specifies the image crop types.
Inheritance
System.Object
ImageCropType
Namespace: Syncfusion.Maui.ImageEditor
Assembly: Syncfusion.Maui.ImageEditor.dll
Syntax
public sealed class ImageCropType : Enum
Fields
Circle
Represents the circle crop.
Declaration
public const ImageCropType Circle
Field Value
Type |
---|
ImageCropType |
Ellipse
Represents the ellipse crop.
Declaration
public const ImageCropType Ellipse
Field Value
Type |
---|
ImageCropType |
Free
Represents the free size crop.
Declaration
public const ImageCropType Free
Field Value
Type |
---|
ImageCropType |
Original
Represents the original size crop.
Declaration
public const ImageCropType Original
Field Value
Type |
---|
ImageCropType |
Ratio
Represents the ratio crop.
Declaration
public const ImageCropType Ratio
Field Value
Type |
---|
ImageCropType |
Square
Represents the square crop.
Declaration
public const ImageCropType Square
Field Value
Type |
---|
ImageCropType |