Class
ImageEditorCropOptionsToolbarItem

Represents a button displaying a crop options panel in the RadImageEditorToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ImageEditorCropOptionsToolbarItem : ImageEditorOptionsToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemOptionsButtonToolbarItemImageEditorOptionsToolbarItemImageEditorCropOptionsToolbarItem

Inherited Members ImageEditorOptionsToolbarItem.ApplyTextPropertyImageEditorOptionsToolbarItem.ApplyCommandPropertyImageEditorOptionsToolbarItem.CancelTextPropertyImageEditorOptionsToolbarItem.CancelCommandPropertyImageEditorOptionsToolbarItem.ApplyTextImageEditorOptionsToolbarItem.ApplyCommandImageEditorOptionsToolbarItem.CancelTextImageEditorOptionsToolbarItem.CancelCommandOptionsButtonToolbarItem.OptionsPanelPropertyOptionsButtonToolbarItem.OptionsContentStylePropertyOptionsButtonToolbarItem.OptionsContentTemplatePropertyOptionsButtonToolbarItem.OptionsPanelOptionsButtonToolbarItem.OptionsContentStyleOptionsButtonToolbarItem.OptionsContentTemplateDropDownButtonToolbarItem.IsOpenPropertyDropDownButtonToolbarItem.DropDownContentStylePropertyDropDownButtonToolbarItem.DropDownContentTemplatePropertyDropDownButtonToolbarItem.DropDownIndicatorStylePropertyDropDownButtonToolbarItem.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItem.IsOpenDropDownButtonToolbarItem.DropDownContentStyleDropDownButtonToolbarItem.DropDownContentTemplateDropDownButtonToolbarItem.DropDownIndicatorStyleDropDownButtonToolbarItem.DropDownIndicatorTemplateDropDownButtonToolbarItem.IsOpenChangedButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

ImageEditorCropOptionsToolbarItem()

Initializes a new instance of the ImageEditorCropOptionsToolbarItem class.

Declaration

cs-api-definition
public ImageEditorCropOptionsToolbarItem()

Fields

CropOperationTextProperty

Identifies the CropOperationText property.

Declaration

cs-api-definition
public static readonly BindableProperty CropOperationTextProperty

Field Value

BindableProperty

SelectedCropOperationProperty

Identifies the SelectedCropOperation property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedCropOperationProperty

Field Value

BindableProperty

Properties

CropOperationText

Gets or sets the text of the crop operation caption.

Declaration

cs-api-definition
public string CropOperationText { get; set; }

Property Value

string

CropOperations

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

Declaration

cs-api-definition
public IList<CropOperation> CropOperations { get; }

Property Value

IList<CropOperation>

SelectedCropOperation

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

Declaration

cs-api-definition
public CropOperation SelectedCropOperation { get; set; }

Property Value

CropOperation