ClassImageEditorCropToolbarItem
Class
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
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
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