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.
Available toolbar item types include:
- ImageEditorCropOptionsToolbarItem - Displays a crop options panel
- ImageEditorResizeOptionsToolbarItem - Displays a resize options panel
- ImageEditorRotateLeftToolbarItem - Rotates the image 90 degrees to the left
- ImageEditorRotateRightToolbarItem - Rotates the image 90 degrees to the right
- ImageEditorFlipHorizontalToolbarItem - Flips the image horizontally
- ImageEditorFlipVerticalToolbarItem - Flips the image vertically
- ImageEditorFilterOptionsToolbarItem - Displays a filter options panel
- ImageEditorZoomInToolbarItem - Zooms the image in
- ImageEditorZoomOutToolbarItem - Zooms the image out
- ImageEditorZoomToolbarItem - Displays a drop-down menu with zoom commands
- ImageEditorUndoToolbarItem - Undoes the last executed action
- ImageEditorRedoToolbarItem - Redoes the last executed action
- SeparatorToolbarItem - A visual separator between items
- ImageEditorTransformationsToolbarItem - Displays a transformations panel with rotate, flip, crop, and resize options
- ImageEditorFiltersToolbarItem - Displays a filters panel with various image filter options
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadImageEditorToolbar : RadToolbar, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, 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
|