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 jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI UI for Xamarin

    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 Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

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

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • 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 highly customizable toolbar items. The toolbar items can be styled, arranged and grouped together in different configurations to better suit the needs of the application.

Inheritance
System.Object
RadLayout<Xamarin.Forms.View>
RadImageEditorToolbar
Inherited Members
RadLayout<View>.OnMeasure(Double, Double)
RadLayout<View>.LayoutChildren(Double, Double, Double, Double)
RadLayout<View>.ShouldInvalidateOnChildAdded(View)
RadLayout<View>.ShouldInvalidateOnChildRemoved(View)
RadLayout<View>.SuppressInvalidation
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll

Syntax

public class RadImageEditorToolbar : RadLayout<View>

Constructors

RadImageEditorToolbar()

Initializes a new instance of the RadImageEditorToolbar class.

Declaration
public RadImageEditorToolbar()

Fields

AutoGenerateItemsProperty

Identifies the AutoGenerateItems property.

Declaration
public static readonly BindableProperty AutoGenerateItemsProperty
Field Value
Xamarin.Forms.BindableProperty

ImageEditorProperty

Identifies the ImageEditor property.

Declaration
public static readonly BindableProperty ImageEditorProperty
Field Value
Xamarin.Forms.BindableProperty

IsMultiLineProperty

Identifies the IsMultiLine property.

Declaration
public static readonly BindableProperty IsMultiLineProperty
Field Value
Xamarin.Forms.BindableProperty

ItemSpacingProperty

Identifies the ItemSpacing property.

Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Xamarin.Forms.BindableProperty

OverflowButtonFontFamilyProperty

Identifies the OverflowButtonFontFamily property.

Declaration
public static readonly BindableProperty OverflowButtonFontFamilyProperty
Field Value
Xamarin.Forms.BindableProperty

OverflowButtonTemplateProperty

Identifies the OverflowButtonTemplate property.

Declaration
public static readonly BindableProperty OverflowButtonTemplateProperty
Field Value
Xamarin.Forms.BindableProperty

OverflowButtonTextColorProperty

Identifies the OverflowButtonTextColor property.

Declaration
public static readonly BindableProperty OverflowButtonTextColorProperty
Field Value
Xamarin.Forms.BindableProperty

OverflowButtonTextProperty

Identifies the OverflowButtonText property.

Declaration
public static readonly BindableProperty OverflowButtonTextProperty
Field Value
Xamarin.Forms.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 attached to.

Declaration
public RadImageEditor ImageEditor { get; set; }
Property Value
RadImageEditor

IsMultiLine

Gets or sets a value indicating whether the display nested levels of toolbar items on multiple lines. When set to true, nested levels of toolbar items are displayed on separate lines in the toolbar. When set to false, nested levels of toolbar items are displayed on a single line in the toolbar, whith the option to navigate back and forward between the different levels.

Declaration
public bool IsMultiLine { get; set; }
Property Value
System.Boolean

Items

Gets a collection of items to display in the toolbar. When AutoGenerateItems is set to true, the toolbar items specified with this property are appended after the auto-generated ones.

Declaration
public IList<ImageEditorToolbarItem> Items { get; }
Property Value
System.Collections.Generic.IList<ImageEditorToolbarItem>

ItemSpacing

Gets or sets the extra spacing between the items of the toolbar.

Declaration
public double ItemSpacing { get; set; }
Property Value
System.Double

OverflowButtonFontFamily

Gets or sets the font family of the overflow button. The overflow button is displayed when not all toolbar items can fit the available space.

Declaration
public string OverflowButtonFontFamily { get; set; }
Property Value
System.String

OverflowButtonTemplate

Gets or sets a Xamarin.Forms.DataTemplate for the overflow button. The overflow button is displayed when not all toolbar items can fit the available space.

Declaration
public DataTemplate OverflowButtonTemplate { get; set; }
Property Value
Xamarin.Forms.DataTemplate

OverflowButtonText

Gets or sets the text of the overflow button. The overflow button is displayed when not all toolbar items can fit the available space.

Declaration
public string OverflowButtonText { get; set; }
Property Value
System.String

OverflowButtonTextColor

Gets or sets the text color of the overflow button. The overflow button is displayed when not all toolbar items can fit the available space.

Declaration
public Color OverflowButtonTextColor { get; set; }
Property Value
Xamarin.Forms.Color

Methods

OnParentSet()

Declaration
protected override void OnParentSet()
Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • Feedback Portal

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.