Class
ImageEditorOptionsToolbarItemView

Visual representation of 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 ImageEditorOptionsToolbarItemView : OptionsButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewDropDownButtonToolbarItemViewOptionsButtonToolbarItemViewImageEditorOptionsToolbarItemView

Derived Classes: ImageEditorCropOptionsToolbarItemViewImageEditorFilterOptionsToolbarItemViewImageEditorResizeOptionsToolbarItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIViewIVisualTreeElement

Inherited Members OptionsButtonToolbarItemView.OptionsPanelPropertyOptionsButtonToolbarItemView.OptionsContentStylePropertyOptionsButtonToolbarItemView.OptionsContentTemplatePropertyOptionsButtonToolbarItemView.OptionsPanelOptionsButtonToolbarItemView.OptionsContentStyleOptionsButtonToolbarItemView.OptionsContentTemplateDropDownButtonToolbarItemView.IsOpenPropertyDropDownButtonToolbarItemView.DropDownPlacementPropertyDropDownButtonToolbarItemView.DropDownHorizontalOffsetPropertyDropDownButtonToolbarItemView.DropDownVerticalOffsetPropertyDropDownButtonToolbarItemView.DropDownContentStylePropertyDropDownButtonToolbarItemView.DropDownContentTemplatePropertyDropDownButtonToolbarItemView.DropDownIndicatorStylePropertyDropDownButtonToolbarItemView.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItemView.DropDownIndicatorSpacingPropertyDropDownButtonToolbarItemView.IsDropDownIndicatorVisiblePropertyDropDownButtonToolbarItemView.OnPropertyChanged(string)DropDownButtonToolbarItemView.ChangeVisualState()DropDownButtonToolbarItemView.IsOpenDropDownButtonToolbarItemView.DropDownPlacementDropDownButtonToolbarItemView.DropDownHorizontalOffsetDropDownButtonToolbarItemView.DropDownVerticalOffsetDropDownButtonToolbarItemView.DropDownContentStyleDropDownButtonToolbarItemView.DropDownContentTemplateDropDownButtonToolbarItemView.DropDownIndicatorStyleDropDownButtonToolbarItemView.DropDownIndicatorTemplateDropDownButtonToolbarItemView.DropDownIndicatorSpacingDropDownButtonToolbarItemView.IsDropDownIndicatorVisibleDropDownButtonToolbarItemView.ToggleCommandDropDownButtonToolbarItemView.IsOpenChangedButtonToolbarItemView.CommandPropertyButtonToolbarItemView.CommandParameterPropertyButtonToolbarItemView.CommandButtonToolbarItemView.CommandParameterButtonToolbarItemView.ClickedLabelToolbarItemView.TextPropertyLabelToolbarItemView.TextColorPropertyLabelToolbarItemView.FontFamilyPropertyLabelToolbarItemView.FontSizePropertyLabelToolbarItemView.FontAttributesPropertyLabelToolbarItemView.TextDecorationsPropertyLabelToolbarItemView.HorizontalTextAlignmentPropertyLabelToolbarItemView.VerticalTextAlignmentPropertyLabelToolbarItemView.ImageSourcePropertyLabelToolbarItemView.ImageAspectPropertyLabelToolbarItemView.ImagePositionPropertyLabelToolbarItemView.ImageWidthPropertyLabelToolbarItemView.ImageHeightPropertyLabelToolbarItemView.ImageSpacingPropertyLabelToolbarItemView.DisplayOptionsPropertyLabelToolbarItemView.HorizontalContentOptionsPropertyLabelToolbarItemView.VerticalContentOptionsPropertyLabelToolbarItemView.ActualImageSourcePropertyLabelToolbarItemView.TextLabelToolbarItemView.TextColorLabelToolbarItemView.FontFamilyLabelToolbarItemView.FontSizeLabelToolbarItemView.FontAttributesLabelToolbarItemView.TextDecorationsLabelToolbarItemView.HorizontalTextAlignmentLabelToolbarItemView.VerticalTextAlignmentLabelToolbarItemView.ImageSourceLabelToolbarItemView.ImageAspectLabelToolbarItemView.ImagePositionLabelToolbarItemView.ImageWidthLabelToolbarItemView.ImageHeightLabelToolbarItemView.ImageSpacingLabelToolbarItemView.DisplayOptionsLabelToolbarItemView.HorizontalContentOptionsLabelToolbarItemView.VerticalContentOptionsLabelToolbarItemView.ActualImageSourceToolbarItemView.OrientationPropertyToolbarItemView.PlacementLocationPropertyToolbarItemView.ToolbarPropertyToolbarItemView.OrientationToolbarItemView.PlacementLocationToolbarItemView.ToolbarRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

ImageEditorOptionsToolbarItemView()

Declaration

cs-api-definition
public ImageEditorOptionsToolbarItemView()

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