Class CropToolbarItem
Activates the crop tool in the image editor. For more information see CropTool.
Inheritance
System.Object
CropToolbarItem
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class CropToolbarItem : InteractionToolbarItem, ILayoutControlPanelChild
Constructors
CropToolbarItem()
Declaration
public CropToolbarItem()
Fields
SelectedCropDefinitionProperty
Declaration
public static readonly BindableProperty SelectedCropDefinitionProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
CropDefinitions
Gets the collection of all available crop operations. For more information see CropDefinition.
Declaration
public ICollection<CropDefinition> CropDefinitions { get; }
Property Value
System.Collections.Generic.ICollection<CropDefinition>
|
SelectedCropDefinition
Gets or sets the currently selected crop operation. For more information see CropDefinition.
Declaration
public CropDefinition SelectedCropDefinition { get; set; }
Property Value
CropDefinition
|