New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the shape and aspect ratio of a crop operation.

Definition

Namespace:Telerik.Maui.Controls.ImageEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class CropOperation : BindableObject

Inheritance: objectCropOperation

Constructors

C#
public CropOperation()

Fields

AspectRatioProperty

BindableProperty

Identifies the AspectRatio property.

C#
public static readonly BindableProperty AspectRatioProperty

GeometryProperty

BindableProperty

Identifies the Geometry property.

C#
public static readonly BindableProperty GeometryProperty

TextProperty

BindableProperty

Identifies the Text property.

C#
public static readonly BindableProperty TextProperty

Properties

Gets or sets the aspect ratio of the crop operation.

C#
public AspectRatio AspectRatio { get; set; }

Gets or sets the geometry of the crop operation.

C#
public RadGeometry Geometry { get; set; }

Gets or sets a user-friendly text to display.

C#
public string Text { get; set; }

Methods

C#
public override string ToString()
Returns:

string