ClassImageEditorOptionsToolbarItemView
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
ImageEditorOptionsToolbarItemView()
Declaration
public ImageEditorOptionsToolbarItemView()
Fields
ApplyCommandProperty
Identifies the ApplyCommand property.
Declaration
public static readonly BindableProperty ApplyCommandProperty
Field Value
BindableProperty
ApplyTextProperty
Identifies the ApplyText property.
Declaration
public static readonly BindableProperty ApplyTextProperty
Field Value
BindableProperty
CancelCommandProperty
Identifies the CancelCommand property.
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
BindableProperty
CancelTextProperty
Identifies the CancelText property.
Declaration
public static readonly BindableProperty CancelTextProperty
Field Value
BindableProperty
Properties
ApplyCommand
Gets or sets a command to apply the changes in the options panel.
ApplyText
Gets or sets the text of the apply button.
CancelCommand
Gets or sets a command to cancel the changes in the options panel.
CancelText
Gets or sets the text of the cancel button.