Class InteractionToolbarItem
Base abstract class for all toolbar items that start a certain interaction with the image editor.
Inheritance
System.Object
InteractionToolbarItem
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public abstract class InteractionToolbarItem : CompositeToolbarItem, ILayoutControlPanelChild
Constructors
InteractionToolbarItem()
Declaration
protected InteractionToolbarItem()
Fields
ToolProperty
Identifies the Tool property.
Declaration
public static readonly BindableProperty ToolProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Tool
Gets the tool associated with the current toolbar item.
Declaration
public ImageEditorTool Tool { get; }
Property Value
ImageEditorTool
|