Class
CropCommandContext

This object is passed as a parameter to the CropCommand and CropInteractiveCommand command.

Definition

Namespace:Telerik.Maui.Controls.ImageEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class CropCommandContext : BindableObject

Inheritance: objectCropCommandContext

Constructors

CropCommandContext()

Declaration

cs-api-definition
public CropCommandContext()

Fields

AspectRatioProperty

Identifies the AspectRatio property.

Declaration

cs-api-definition
public static readonly BindableProperty AspectRatioProperty

Field Value

BindableProperty

BoundsProperty

Identifies the Bounds property.

Declaration

cs-api-definition
public static readonly BindableProperty BoundsProperty

Field Value

BindableProperty

GeometryProperty

Identifies the Geometry property.

Declaration

cs-api-definition
public static readonly BindableProperty GeometryProperty

Field Value

BindableProperty

Properties

AspectRatio

Gets or sets the current aspect ratio.

Declaration

cs-api-definition
public AspectRatio AspectRatio { get; set; }

Property Value

AspectRatio

Bounds

Gets or sets the current crop bounding rectangle.

Declaration

cs-api-definition
public Rect Bounds { get; set; }

Property Value

Rect

Geometry

Gets or sets the geometry of the crop selection.

Declaration

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

Property Value

RadGeometry