Class CropDefinition
Defines a crop operation. For more information see CropTool.
Inheritance
System.Object
CropDefinition
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class CropDefinition : BindableObject
Constructors
CropDefinition()
Declaration
public CropDefinition()
Fields
AspectRatioProperty
Identifies the AspectRatio property.
Declaration
public static readonly BindableProperty AspectRatioProperty
Field Value
Xamarin.Forms.BindableProperty
|
GeometryProperty
Identifies the Geometry property.
Declaration
public static readonly BindableProperty GeometryProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AspectRatio
Gets or sets the aspect ratio of the crop selection.
Declaration
public AspectRatio AspectRatio { get; set; }
Property Value
AspectRatio
|
Geometry
Gets or sets the geometry of the crop selection.
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
|