ClassRadImageEditorToolbar
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
RadImageEditorToolbar()
Declaration
public RadImageEditorToolbar()
Fields
AutoGenerateItemsProperty
Identifies the AutoGenerateItems property.
Declaration
public static readonly BindableProperty AutoGenerateItemsProperty
Field Value
BindableProperty
ImageEditorProperty
Identifies the ImageEditor property.
Declaration
public static readonly BindableProperty ImageEditorProperty
Field Value
BindableProperty
Properties
AutoGenerateItems
Gets or sets a value indicating whether to auto-generate all items of the toolbar by default.
ImageEditor
Gets or sets the RadImageEditor control this toolbar is associated with.
Declaration
public RadImageEditor ImageEditor { get; set; }
Property Value