Visual representation of a button displaying an options panel in the RadImageEditorToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ImageEditorOptionsToolbarItemView : OptionsButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewDropDownButtonToolbarItemViewOptionsButtonToolbarItemViewImageEditorOptionsToolbarItemView...
Derived Classes:
Implements:
Inherited Members
Constructors
public ImageEditorOptionsToolbarItemView()
Fields
ApplyCommandProperty
BindableProperty
Identifies the ApplyCommand property.
public static readonly BindableProperty ApplyCommandProperty
ApplyTextProperty
BindableProperty
Identifies the ApplyText property.
public static readonly BindableProperty ApplyTextProperty
CancelCommandProperty
BindableProperty
Identifies the CancelCommand property.
public static readonly BindableProperty CancelCommandProperty
CancelTextProperty
BindableProperty
Identifies the CancelText property.
public static readonly BindableProperty CancelTextProperty
Properties
Gets or sets a command to apply the changes in the options panel.
public ICommand ApplyCommand { get; set; }
Gets or sets a command to cancel the changes in the options panel.
public ICommand CancelCommand { get; set; }
Gets or sets the text of the cancel button.
public string CancelText { get; set; }