Provides a customizable toolbar for the RadImageEditor component. The toolbar exposes all actions supported by the image editor via a collection of highly customizable toolbar items. The toolbar items can be styled, arranged and organized in different configurations according to the needs of the application.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadImageEditorToolbar : RadToolbar, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IVisualTreeElement
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewRadToolbarRadImageEditorToolbar...
Implements:
Inherited Members
Constructors
public RadImageEditorToolbar()
Fields
AutoGenerateItemsProperty
BindableProperty
Identifies the AutoGenerateItems property.
public static readonly BindableProperty AutoGenerateItemsProperty
ImageEditorProperty
BindableProperty
Identifies the ImageEditor property.
public static readonly BindableProperty ImageEditorProperty
Properties
Gets or sets a value indicating whether to auto-generate all items of the toolbar by default.
public bool AutoGenerateItems { get; set; }
Gets or sets the RadImageEditor control this toolbar is associated with.
public RadImageEditor ImageEditor { get; set; }