Class CropCommandContext
This object is passed as a parameter to the CropCommand and CropInteractiveCommand command.
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 AspectRatio property.
Declaration
public static readonly BindableProperty AspectRatioProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BoundsProperty
Identifies the Bounds property.
Declaration
public static readonly BindableProperty BoundsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
GeometryProperty
Identifies the Geometry property.
Declaration
public static readonly BindableProperty GeometryProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AspectRatio
Gets or sets the current aspect ratio.
Declaration
public AspectRatio AspectRatio { get; set; }
Property Value
AspectRatio
|
Bounds
Gets or sets the current crop bounding rectangle.
Declaration
public Rect Bounds { get; set; }
Property Value
Microsoft.Maui.Graphics.Rect
|
Geometry
Gets or sets the geometry of the crop selection.
Declaration
public RadGeometry Geometry { get; set; }
Property Value
RadGeometry
|