Class ImageEditorOptionsToolbarItem
Represents a button displaying an options panel in the RadImageEditorToolbar control.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageEditorOptionsToolbarItem : OptionsButtonToolbarItem
Constructors
ImageEditorOptionsToolbarItem()
Declaration
public ImageEditorOptionsToolbarItem()
Fields
ApplyCommandProperty
Identifies the ApplyCommand property.
Declaration
public static readonly BindableProperty ApplyCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ApplyTextProperty
Identifies the ApplyText property.
Declaration
public static readonly BindableProperty ApplyTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CancelCommandProperty
Identifies the CancelCommand property.
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CancelTextProperty
Identifies the CancelText property.
Declaration
public static readonly BindableProperty CancelTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ApplyCommand
Gets or sets a command to apply the changes in the options panel.
Declaration
public ICommand ApplyCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
ApplyText
Gets or sets the text of the apply button.
Declaration
public string ApplyText { get; set; }
Property Value
System.String
|
CancelCommand
Gets or sets a command to cancel the changes in the options panel.
Declaration
public ICommand CancelCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
CancelText
Gets or sets the text of the cancel button.
Declaration
public string CancelText { get; set; }
Property Value
System.String
|