ClassImageEditorCropOptionsToolbarItemViewContent
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
ImageEditorCropOptionsToolbarItemViewContent()
Declaration
public ImageEditorCropOptionsToolbarItemViewContent()
Fields
CropOperationTextProperty
Identifies the CropOperationText property.
Declaration
public static readonly BindableProperty CropOperationTextProperty
Field Value
BindableProperty
CropOperationsProperty
Identifies the CropOperations property.
Declaration
public static readonly BindableProperty CropOperationsProperty
Field Value
BindableProperty
SelectedCropOperationProperty
Identifies the SelectedCropOperation property.
Declaration
public static readonly BindableProperty SelectedCropOperationProperty
Field Value
BindableProperty
Properties
CropOperationText
Gets or sets the text of the crop operation caption.
CropOperations
Gets or sets the collection of all available crop operations. For more information see the CropOperation type.
Declaration
public IList<CropOperation> CropOperations { get; set; }
Property Value
SelectedCropOperation
Gets or sets the currently selected crop operation. For more information see the CropOperation type.
Declaration
public CropOperation SelectedCropOperation { get; set; }
Property Value