Class RadImageEditorToolbar
Provides a customizable toolbar for the Rad
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 Auto
Declaration
public static readonly BindableProperty AutoGenerateItemsProperty
Field Value
Microsoft.
|
ImageEditorProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageEditorProperty
Field Value
Microsoft.
|
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.
|
ImageEditor
Gets or sets the Rad
Declaration
public RadImageEditor ImageEditor { get; set; }