New to Telerik UI for .NET MAUIStart a free 30-day trial

Visual representation of the crop options content in a ImageEditorCropOptionsToolbarItemView.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ImageEditorCropOptionsToolbarItemViewContent : ImageEditorOptionsToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewOptionsButtonToolbarItemViewContentImageEditorOptionsToolbarItemViewContentImageEditorCropOptionsToolbarItemViewContent...

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members ImageEditorOptionsToolbarItemViewContent.HeaderTextPropertyImageEditorOptionsToolbarItemViewContent.HeaderLabelStylePropertyImageEditorOptionsToolbarItemViewContent.CaptionLabelStylePropertyImageEditorOptionsToolbarItemViewContent.ApplyTextPropertyImageEditorOptionsToolbarItemViewContent.ApplyCommandPropertyImageEditorOptionsToolbarItemViewContent.ApplyButtonStylePropertyImageEditorOptionsToolbarItemViewContent.CancelTextPropertyImageEditorOptionsToolbarItemViewContent.CancelCommandPropertyImageEditorOptionsToolbarItemViewContent.CancelButtonStylePropertyImageEditorOptionsToolbarItemViewContent.ActualHeaderLabelStylePropertyImageEditorOptionsToolbarItemViewContent.ActualCaptionLabelStylePropertyImageEditorOptionsToolbarItemViewContent.ActualApplyButtonStylePropertyImageEditorOptionsToolbarItemViewContent.ActualCancelButtonStylePropertyImageEditorOptionsToolbarItemViewContent.HeaderTextImageEditorOptionsToolbarItemViewContent.HeaderLabelStyleImageEditorOptionsToolbarItemViewContent.CaptionLabelStyleImageEditorOptionsToolbarItemViewContent.ApplyTextImageEditorOptionsToolbarItemViewContent.ApplyCommandImageEditorOptionsToolbarItemViewContent.ApplyButtonStyleImageEditorOptionsToolbarItemViewContent.CancelTextImageEditorOptionsToolbarItemViewContent.CancelCommandImageEditorOptionsToolbarItemViewContent.CancelButtonStyleImageEditorOptionsToolbarItemViewContent.ActualHeaderLabelStyleImageEditorOptionsToolbarItemViewContent.ActualCaptionLabelStyleImageEditorOptionsToolbarItemViewContent.ActualApplyButtonStyleImageEditorOptionsToolbarItemViewContent.ActualCancelButtonStyleRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()...

Constructors

C#
public ImageEditorCropOptionsToolbarItemViewContent()

Fields

CropOperationsProperty

BindableProperty

Identifies the CropOperations property.

C#
public static readonly BindableProperty CropOperationsProperty

Identifies the CropOperationText property.

C#
public static readonly BindableProperty CropOperationTextProperty

Identifies the SelectedCropOperation property.

C#
public static readonly BindableProperty SelectedCropOperationProperty

Properties

Gets or sets the collection of all available crop operations. For more information see the CropOperation type.

C#
public IList<CropOperation> CropOperations { get; set; }

Gets or sets the text of the crop operation caption.

C#
public string CropOperationText { get; set; }

Gets or sets the currently selected crop operation. For more information see the CropOperation type.

C#
public CropOperation SelectedCropOperation { get; set; }