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

Activates the crop interactive command in the RadImageEditor control.

Definition

Constructors

Initializes a new instance of the ImageEditorCropToolbarItem class.

C#
public ImageEditorCropToolbarItem()

Fields

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; }