Class
ImageEditorOptionsToolbarItem

Represents a button displaying an options panel in the RadImageEditorToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ImageEditorOptionsToolbarItem : OptionsButtonToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemOptionsButtonToolbarItemImageEditorOptionsToolbarItem

Derived Classes: ImageEditorCropOptionsToolbarItemImageEditorFilterOptionsToolbarItemImageEditorResizeOptionsToolbarItem

Inherited Members OptionsButtonToolbarItem.OptionsPanelPropertyOptionsButtonToolbarItem.OptionsContentStylePropertyOptionsButtonToolbarItem.OptionsContentTemplatePropertyOptionsButtonToolbarItem.OptionsPanelOptionsButtonToolbarItem.OptionsContentStyleOptionsButtonToolbarItem.OptionsContentTemplateDropDownButtonToolbarItem.IsOpenPropertyDropDownButtonToolbarItem.DropDownContentStylePropertyDropDownButtonToolbarItem.DropDownContentTemplatePropertyDropDownButtonToolbarItem.DropDownIndicatorStylePropertyDropDownButtonToolbarItem.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItem.IsOpenDropDownButtonToolbarItem.DropDownContentStyleDropDownButtonToolbarItem.DropDownContentTemplateDropDownButtonToolbarItem.DropDownIndicatorStyleDropDownButtonToolbarItem.DropDownIndicatorTemplateDropDownButtonToolbarItem.IsOpenChangedButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

ImageEditorOptionsToolbarItem()

Declaration

cs-api-definition
public ImageEditorOptionsToolbarItem()

Fields

ApplyCommandProperty

Identifies the ApplyCommand property.

Declaration

cs-api-definition
public static readonly BindableProperty ApplyCommandProperty

Field Value

BindableProperty

ApplyTextProperty

Identifies the ApplyText property.

Declaration

cs-api-definition
public static readonly BindableProperty ApplyTextProperty

Field Value

BindableProperty

CancelCommandProperty

Identifies the CancelCommand property.

Declaration

cs-api-definition
public static readonly BindableProperty CancelCommandProperty

Field Value

BindableProperty

CancelTextProperty

Identifies the CancelText property.

Declaration

cs-api-definition
public static readonly BindableProperty CancelTextProperty

Field Value

BindableProperty

Properties

ApplyCommand

Gets or sets a command to apply the changes in the options panel.

Declaration

cs-api-definition
public ICommand ApplyCommand { get; set; }

Property Value

ICommand

ApplyText

Gets or sets the text of the apply button.

Declaration

cs-api-definition
public string ApplyText { get; set; }

Property Value

string

CancelCommand

Gets or sets a command to cancel the changes in the options panel.

Declaration

cs-api-definition
public ICommand CancelCommand { get; set; }

Property Value

ICommand

CancelText

Gets or sets the text of the cancel button.

Declaration

cs-api-definition
public string CancelText { get; set; }

Property Value

string