Activates the crop interactive command in the RadImageEditor control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ImageEditorCropToolbarItem : ImageEditorNavigationToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemNavigationButtonToolbarItemImageEditorNavigationToolbarItemImageEditorCropToolbarItem...
Inherited Members
Constructors
Initializes a new instance of the ImageEditorCropToolbarItem class.
C#
public ImageEditorCropToolbarItem()
Fields
SelectedCropOperationProperty
BindableProperty
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 currently selected crop operation. For more information see the CropOperation type.
C#
public CropOperation SelectedCropOperation { get; set; }