Represents a button displaying a crop options panel in the RadImageEditorToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ImageEditorCropOptionsToolbarItem : ImageEditorOptionsToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemOptionsButtonToolbarItemImageEditorOptionsToolbarItemImageEditorCropOptionsToolbarItem...
Inherited Members
Constructors
Initializes a new instance of the ImageEditorCropOptionsToolbarItem class.
public ImageEditorCropOptionsToolbarItem()
Fields
CropOperationTextProperty
BindableProperty
Identifies the CropOperationText property.
public static readonly BindableProperty CropOperationTextProperty
SelectedCropOperationProperty
BindableProperty
Identifies the SelectedCropOperation property.
public static readonly BindableProperty SelectedCropOperationProperty
Properties
Gets the collection of all available crop operations. For more information see the CropOperation type.
public IList<CropOperation> CropOperations { get; }
Gets or sets the text of the crop operation caption.
public string CropOperationText { get; set; }
Gets or sets the currently selected crop operation. For more information see the CropOperation type.
public CropOperation SelectedCropOperation { get; set; }