Class CropOperation
Defines the shape and aspect ratio of a crop operation.
Inheritance
System.Object
CropOperation
Namespace: Telerik.Maui.Controls.ImageEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CropOperation : BindableObject
Constructors
CropOperation()
Declaration
public CropOperation()
Fields
AspectRatioProperty
Identifies the AspectRatio property.
Declaration
public static readonly BindableProperty AspectRatioProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
GeometryProperty
Identifies the Geometry property.
Declaration
public static readonly BindableProperty GeometryProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AspectRatio
Gets or sets the aspect ratio of the crop operation.
Declaration
public AspectRatio AspectRatio { get; set; }
Property Value
AspectRatio
|
Geometry
Gets or sets the geometry of the crop operation.
Declaration
public RadGeometry Geometry { get; set; }
Property Value
RadGeometry
|
Text
Gets or sets a user-friendly text to display.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|