New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ImageEditorCropOptionsToolbarItem : ImageEditorOptionsToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemOptionsButtonToolbarItemImageEditorOptionsToolbarItemImageEditorCropOptionsToolbarItem...

Inherited Members ImageEditorOptionsToolbarItem.ApplyTextPropertyImageEditorOptionsToolbarItem.ApplyCommandPropertyImageEditorOptionsToolbarItem.CancelTextPropertyImageEditorOptionsToolbarItem.CancelCommandPropertyImageEditorOptionsToolbarItem.ApplyTextImageEditorOptionsToolbarItem.ApplyCommandImageEditorOptionsToolbarItem.CancelTextImageEditorOptionsToolbarItem.CancelCommandOptionsButtonToolbarItem.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

Initializes a new instance of the ImageEditorCropOptionsToolbarItem class.

C#
public ImageEditorCropOptionsToolbarItem()

Fields

Identifies the CropOperationText property.

C#
public static readonly BindableProperty CropOperationTextProperty

Identifies the SelectedCropOperation property.

C#
public static readonly BindableProperty SelectedCropOperationProperty

Properties

Gets the collection of all available crop operations. For more information see the CropOperation type.

C#
public IList<CropOperation> CropOperations { get; }

Gets or sets the text of the crop operation caption.

C#
public string CropOperationText { get; set; }

Gets or sets the currently selected crop operation. For more information see the CropOperation type.

C#
public CropOperation SelectedCropOperation { get; set; }