Class ImageEditorCropOptionsToolbarItemView
Visual representation of a button displaying a crop options panel in the RadImageEditorToolbar control.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageEditorCropOptionsToolbarItemView : ImageEditorOptionsToolbarItemView, IRadContentView, IContentView, IPadding, IToolStripClickableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
ImageEditorCropOptionsToolbarItemView()
Declaration
public ImageEditorCropOptionsToolbarItemView()
Fields
CropOperationsProperty
Identifies the CropOperations property.
Declaration
public static readonly BindableProperty CropOperationsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CropOperationTextProperty
Identifies the CropOperationText property.
Declaration
public static readonly BindableProperty CropOperationTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectedCropOperationProperty
Identifies the SelectedCropOperation property.
Declaration
public static readonly BindableProperty SelectedCropOperationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
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
System.Collections.Generic.IList<CropOperation>
|
CropOperationText
Gets or sets the text of the crop operation caption.
Declaration
public string CropOperationText { get; set; }
Property Value
System.String
|
SelectedCropOperation
Gets or sets the currently selected crop operation. For more information see the CropOperation type.
Declaration
public CropOperation SelectedCropOperation { get; set; }
Property Value
CropOperation
|