Class
ImageEditorCropToolbarItem

Activates the crop interactive command in the RadImageEditor control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ImageEditorCropToolbarItem : ImageEditorNavigationToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemNavigationButtonToolbarItemImageEditorNavigationToolbarItemImageEditorCropToolbarItem

Inherited Members ImageEditorNavigationToolbarItem.AutoGenerateItemsPropertyImageEditorNavigationToolbarItem.AutoGenerateItemsNavigationButtonToolbarItem.ItemsButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

ImageEditorCropToolbarItem()

Initializes a new instance of the ImageEditorCropToolbarItem class.

Declaration

cs-api-definition
public ImageEditorCropToolbarItem()

Fields

SelectedCropOperationProperty

Identifies the SelectedCropOperation property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedCropOperationProperty

Field Value

BindableProperty

Properties

CropOperations

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

Declaration

cs-api-definition
public IList<CropOperation> CropOperations { get; }

Property Value

IList<CropOperation>

SelectedCropOperation

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

Declaration

cs-api-definition
public CropOperation SelectedCropOperation { get; set; }

Property Value

CropOperation