Class RadImageEditorToolbar
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.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadImageEditorToolbar : RadToolbar, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, IToolStripElement, IVisualTreeElement
Constructors
RadImageEditorToolbar()
Declaration
public RadImageEditorToolbar()
Fields
AutoGenerateItemsProperty
Identifies the AutoGenerateItems property.
Declaration
public static readonly BindableProperty AutoGenerateItemsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ImageEditorProperty
Identifies the ImageEditor property.
Declaration
public static readonly BindableProperty ImageEditorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AutoGenerateItems
Gets or sets a value indicating whether to auto-generate all items of the toolbar by default.
Declaration
public bool AutoGenerateItems { get; set; }
Property Value
System.Boolean
|
ImageEditor
Gets or sets the RadImageEditor control this toolbar is associated with.
Declaration
public RadImageEditor ImageEditor { get; set; }
Property Value
RadImageEditor
|