Class
CropOperation

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

AspectRatio

Geometry

Gets or sets the geometry of the crop operation.

Declaration

cs-api-definition
public RadGeometry Geometry { get; set; }

Property Value

RadGeometry

Text

Gets or sets a user-friendly text to display.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string