Class ImageEditorOptionsToolbarItemView
Visual representation of a button displaying an options panel in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageEditorOptionsToolbarItemView : OptionsButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IToolStripClickableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
ImageEditorOptionsToolbarItemView()
Declaration
public ImageEditorOptionsToolbarItemView()
Fields
ApplyCommandProperty
Identifies the Apply
Declaration
public static readonly BindableProperty ApplyCommandProperty
Field Value
Microsoft.
|
ApplyTextProperty
Identifies the Apply
Declaration
public static readonly BindableProperty ApplyTextProperty
Field Value
Microsoft.
|
CancelCommandProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
Microsoft.
|
CancelTextProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelTextProperty
Field Value
Microsoft.
|
Properties
ApplyCommand
Gets or sets a command to apply the changes in the options panel.
Declaration
public ICommand ApplyCommand { get; set; }
Property Value
System.
|
ApplyText
Gets or sets the text of the apply button.
Declaration
public string ApplyText { get; set; }
Property Value
System.
|
CancelCommand
Gets or sets a command to cancel the changes in the options panel.
Declaration
public ICommand CancelCommand { get; set; }
Property Value
System.
|
CancelText
Gets or sets the text of the cancel button.
Declaration
public string CancelText { get; set; }
Property Value
System.
|