skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

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
System.Object
RadContentView
RadCompositeContentView
RadBorderContentView
ToolbarContentView
RadToolbar
RadImageEditorToolbar
Inherited Members
RadToolbar.OptionsPanelProperty
RadToolbar.OrientationProperty
RadToolbar.ItemSpacingProperty
RadToolbar.LineSpacingProperty
RadToolbar.OverflowModeProperty
RadToolbar.OverflowMenuButtonVisibilityProperty
RadToolbar.OverflowMenuButtonStyleProperty
RadToolbar.OverflowMenuButtonTemplateProperty
RadToolbar.BackNavigationButtonVisibilityProperty
RadToolbar.BackNavigationButtonStyleProperty
RadToolbar.BackNavigationButtonTemplateProperty
RadToolbar.ScrollButtonsVisibilityProperty
RadToolbar.ScrollForwardButtonStyleProperty
RadToolbar.ScrollForwardButtonTemplateProperty
RadToolbar.ScrollBackwardButtonStyleProperty
RadToolbar.ScrollBackwardButtonTemplateProperty
RadToolbar.IsOverflowMenuButtonVisibleProperty
RadToolbar.IsBackNavigationButtonVisibleProperty
RadToolbar.AreScrollButtonsVisibleProperty
RadToolbar.MeasureOverride(Double, Double)
RadToolbar.ArrangeOverride(Rect)
RadToolbar.OnHandlerChanged()
RadToolbar.OnPropertyChanged(String)
RadToolbar.OptionsPanel
RadToolbar.Orientation
RadToolbar.ItemSpacing
RadToolbar.LineSpacing
RadToolbar.OverflowMode
RadToolbar.OverflowMenuButtonVisibility
RadToolbar.OverflowMenuButtonStyle
RadToolbar.OverflowMenuButtonTemplate
RadToolbar.BackNavigationButtonVisibility
RadToolbar.BackNavigationButtonStyle
RadToolbar.BackNavigationButtonTemplate
RadToolbar.ScrollButtonsVisibility
RadToolbar.ScrollForwardButtonStyle
RadToolbar.ScrollForwardButtonTemplate
RadToolbar.ScrollBackwardButtonStyle
RadToolbar.ScrollBackwardButtonTemplate
RadToolbar.IsOverflowMenuButtonVisible
RadToolbar.IsBackNavigationButtonVisible
RadToolbar.AreScrollButtonsVisible
RadToolbar.Items
RadToolbar.StripItems
RadToolbar.OverflowItems
RadToolbar.NavigateCommand
RadToolbar.NavigateBackCommand
RadToolbar.ScrollForwardCommand
RadToolbar.ScrollBackwardCommand
RadBorderContentView.BackgroundColorProperty
RadBorderContentView.BackgroundProperty
RadBorderContentView.BorderColorProperty
RadBorderContentView.BorderBrushProperty
RadBorderContentView.BorderThicknessProperty
RadBorderContentView.CornerRadiusProperty
RadBorderContentView.ContentPaddingProperty
RadBorderContentView.BackgroundColor
RadBorderContentView.Background
RadBorderContentView.BorderColor
RadBorderContentView.BorderBrush
RadBorderContentView.BorderThickness
RadBorderContentView.CornerRadius
RadBorderContentView.ContentPadding
RadCompositeContentView.StyleProperty
RadCompositeContentView.ControlTemplateProperty
RadCompositeContentView.OnApplyTemplate()
RadCompositeContentView.OnBindingContextChanged()
RadCompositeContentView.Style
RadCompositeContentView.ControlTemplate
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element, Int32)
RadContentView.ActualStyleClass
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

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.