Class ImageEditorCropOptionsToolbarItemViewContent
Visual representation of the crop options content in a Image
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageEditorCropOptionsToolbarItemViewContent : ImageEditorOptionsToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
ImageEditorCropOptionsToolbarItemViewContent()
Declaration
public ImageEditorCropOptionsToolbarItemViewContent()
Fields
CropOperationsProperty
Identifies the Crop
Declaration
public static readonly BindableProperty CropOperationsProperty
Field Value
Microsoft.
|
CropOperationTextProperty
Identifies the Crop
Declaration
public static readonly BindableProperty CropOperationTextProperty
Field Value
Microsoft.
|
SelectedCropOperationProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedCropOperationProperty
Field Value
Microsoft.
|
Properties
CropOperations
Gets or sets the collection of all available crop operations.
For more information see the Crop
Declaration
public IList<CropOperation> CropOperations { get; set; }
Property Value
System.
|
CropOperationText
Gets or sets the text of the crop operation caption.
Declaration
public string CropOperationText { get; set; }
Property Value
System.
|
SelectedCropOperation
Gets or sets the currently selected crop operation.
For more information see the Crop
Declaration
public CropOperation SelectedCropOperation { get; set; }