Class CropCommandContext
This object is passed as a parameter to the Crop
Inheritance
System.Object
CropCommandContext
Namespace: Telerik.Maui.Controls.ImageEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CropCommandContext : BindableObject
Constructors
CropCommandContext()
Declaration
public CropCommandContext()
Fields
AspectRatioProperty
Identifies the Aspect
Declaration
public static readonly BindableProperty AspectRatioProperty
Field Value
Microsoft.
|
BoundsProperty
Identifies the Bounds property.
Declaration
public static readonly BindableProperty BoundsProperty
Field Value
Microsoft.
|
GeometryProperty
Identifies the Geometry property.
Declaration
public static readonly BindableProperty GeometryProperty
Field Value
Microsoft.
|
Properties
AspectRatio
Gets or sets the current aspect ratio.
Declaration
public AspectRatio AspectRatio { get; set; }
Property Value
Bounds
Gets or sets the current crop bounding rectangle.
Declaration
public Rect Bounds { get; set; }
Property Value
Microsoft.
|
Geometry
Gets or sets the geometry of the crop selection.
Declaration
public RadGeometry Geometry { get; set; }