Class CropAspectRatioPickerToolbarItem
A special toolbar item, which allows picking a crop definition for the purpose of CropInteractiveCommand.
Inheritance
System.Object
CropAspectRatioPickerToolbarItem
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class CropAspectRatioPickerToolbarItem : PickerToolbarItem, ILayoutControlPanelChild
Constructors
CropAspectRatioPickerToolbarItem()
Declaration
public CropAspectRatioPickerToolbarItem()
CropAspectRatioPickerToolbarItem(CropToolbarItem)
Declaration
public CropAspectRatioPickerToolbarItem(CropToolbarItem parent)
Parameters
CropToolbarItem
parent
|
Fields
ToolProperty
Identifies the Tool property.
Declaration
public static readonly BindableProperty ToolProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
SelectedCropDefinition
Declaration
public CropDefinition SelectedCropDefinition { get; set; }
Property Value
CropDefinition
|
Tool
Gets the tool associated with the current toolbar item.
Declaration
public CropTool Tool { get; }
Property Value
CropTool
|