Visual representation of the crop options content in a ImageEditorCropOptionsToolbarItemView.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ImageEditorCropOptionsToolbarItemViewContent : ImageEditorOptionsToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewOptionsButtonToolbarItemViewContentImageEditorOptionsToolbarItemViewContentImageEditorCropOptionsToolbarItemViewContent...
Implements:
Inherited Members
Constructors
public ImageEditorCropOptionsToolbarItemViewContent()
Fields
CropOperationsProperty
BindableProperty
Identifies the CropOperations property.
public static readonly BindableProperty CropOperationsProperty
CropOperationTextProperty
BindableProperty
Identifies the CropOperationText property.
public static readonly BindableProperty CropOperationTextProperty
SelectedCropOperationProperty
BindableProperty
Identifies the SelectedCropOperation property.
public static readonly BindableProperty SelectedCropOperationProperty
Properties
Gets or sets the collection of all available crop operations. For more information see the CropOperation type.
public IList<CropOperation> CropOperations { get; set; }
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; }