Class ImageEditorCropToolbarItem
Activates the crop interactive command in the RadImageEditor control.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageEditorCropToolbarItem : ImageEditorNavigationToolbarItem
Constructors
ImageEditorCropToolbarItem()
Initializes a new instance of the ImageEditorCropToolbarItem class.
Declaration
public ImageEditorCropToolbarItem()
Fields
SelectedCropOperationProperty
Identifies the SelectedCropOperation property.
Declaration
public static readonly BindableProperty SelectedCropOperationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
CropOperations
Gets the collection of all available crop operations. For more information see the CropOperation type.
Declaration
public IList<CropOperation> CropOperations { get; }
Property Value
System.Collections.Generic.IList<CropOperation>
|
SelectedCropOperation
Gets or sets the currently selected crop operation. For more information see the CropOperation type.
Declaration
public CropOperation SelectedCropOperation { get; set; }
Property Value
CropOperation
|