Class CategoryToolbarItem
Base abstract class for all toolbar items, containing nested toolbar items from a given category. When the toolbar item is selected, the nested toolbar items are expanded on the toolbar. The IsMultiLine property controls whether the nested toolbar items are expanded on a separate line or on the same line of the toolbar.
Inheritance
System.Object
CategoryToolbarItem
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public abstract class CategoryToolbarItem : CompositeToolbarItem, ILayoutControlPanelChild
Constructors
CategoryToolbarItem()
Declaration
protected CategoryToolbarItem()