ClassCropOperation
Class
Defines the shape and aspect ratio of a crop operation.
Definition
Namespace:Telerik.Maui.Controls.ImageEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class CropOperation : BindableObject
Inheritance: objectCropOperation
Constructors
CropOperation()
Declaration
cs-api-definition
public CropOperation()
Fields
AspectRatioProperty
Identifies the AspectRatio property.
Declaration
cs-api-definition
public static readonly BindableProperty AspectRatioProperty
Field Value
BindableProperty
GeometryProperty
Identifies the Geometry property.
Declaration
cs-api-definition
public static readonly BindableProperty GeometryProperty
Field Value
BindableProperty
TextProperty
Identifies the Text property.
Declaration
cs-api-definition
public static readonly BindableProperty TextProperty
Field Value
BindableProperty
Properties
AspectRatio
Gets or sets the aspect ratio of the crop operation.
Declaration
cs-api-definition
public AspectRatio AspectRatio { get; set; }
Property Value
Geometry
Gets or sets the geometry of the crop operation.