Class
ImageEditorCropOptionsToolbarItemView

Visual representation of 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 ImageEditorCropOptionsToolbarItemView : ImageEditorOptionsToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewDropDownButtonToolbarItemViewOptionsButtonToolbarItemViewImageEditorOptionsToolbarItemViewImageEditorCropOptionsToolbarItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIViewIVisualTreeElement

Inherited Members ImageEditorOptionsToolbarItemView.ApplyTextPropertyImageEditorOptionsToolbarItemView.ApplyCommandPropertyImageEditorOptionsToolbarItemView.CancelTextPropertyImageEditorOptionsToolbarItemView.CancelCommandPropertyImageEditorOptionsToolbarItemView.ApplyTextImageEditorOptionsToolbarItemView.ApplyCommandImageEditorOptionsToolbarItemView.CancelTextImageEditorOptionsToolbarItemView.CancelCommandOptionsButtonToolbarItemView.OptionsPanelPropertyOptionsButtonToolbarItemView.OptionsContentStylePropertyOptionsButtonToolbarItemView.OptionsContentTemplatePropertyOptionsButtonToolbarItemView.OptionsPanelOptionsButtonToolbarItemView.OptionsContentStyleOptionsButtonToolbarItemView.OptionsContentTemplateDropDownButtonToolbarItemView.IsOpenPropertyDropDownButtonToolbarItemView.DropDownPlacementPropertyDropDownButtonToolbarItemView.DropDownHorizontalOffsetPropertyDropDownButtonToolbarItemView.DropDownVerticalOffsetPropertyDropDownButtonToolbarItemView.DropDownContentStylePropertyDropDownButtonToolbarItemView.DropDownContentTemplatePropertyDropDownButtonToolbarItemView.DropDownIndicatorStylePropertyDropDownButtonToolbarItemView.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItemView.DropDownIndicatorSpacingPropertyDropDownButtonToolbarItemView.IsDropDownIndicatorVisiblePropertyDropDownButtonToolbarItemView.OnPropertyChanged(string)DropDownButtonToolbarItemView.ChangeVisualState()DropDownButtonToolbarItemView.IsOpenDropDownButtonToolbarItemView.DropDownPlacementDropDownButtonToolbarItemView.DropDownHorizontalOffsetDropDownButtonToolbarItemView.DropDownVerticalOffsetDropDownButtonToolbarItemView.DropDownContentStyleDropDownButtonToolbarItemView.DropDownContentTemplateDropDownButtonToolbarItemView.DropDownIndicatorStyleDropDownButtonToolbarItemView.DropDownIndicatorTemplateDropDownButtonToolbarItemView.DropDownIndicatorSpacingDropDownButtonToolbarItemView.IsDropDownIndicatorVisibleDropDownButtonToolbarItemView.ToggleCommandDropDownButtonToolbarItemView.IsOpenChangedButtonToolbarItemView.CommandPropertyButtonToolbarItemView.CommandParameterPropertyButtonToolbarItemView.CommandButtonToolbarItemView.CommandParameterButtonToolbarItemView.ClickedLabelToolbarItemView.TextPropertyLabelToolbarItemView.TextColorPropertyLabelToolbarItemView.FontFamilyPropertyLabelToolbarItemView.FontSizePropertyLabelToolbarItemView.FontAttributesPropertyLabelToolbarItemView.TextDecorationsPropertyLabelToolbarItemView.HorizontalTextAlignmentPropertyLabelToolbarItemView.VerticalTextAlignmentPropertyLabelToolbarItemView.ImageSourcePropertyLabelToolbarItemView.ImageAspectPropertyLabelToolbarItemView.ImagePositionPropertyLabelToolbarItemView.ImageWidthPropertyLabelToolbarItemView.ImageHeightPropertyLabelToolbarItemView.ImageSpacingPropertyLabelToolbarItemView.DisplayOptionsPropertyLabelToolbarItemView.HorizontalContentOptionsPropertyLabelToolbarItemView.VerticalContentOptionsPropertyLabelToolbarItemView.ActualImageSourcePropertyLabelToolbarItemView.TextLabelToolbarItemView.TextColorLabelToolbarItemView.FontFamilyLabelToolbarItemView.FontSizeLabelToolbarItemView.FontAttributesLabelToolbarItemView.TextDecorationsLabelToolbarItemView.HorizontalTextAlignmentLabelToolbarItemView.VerticalTextAlignmentLabelToolbarItemView.ImageSourceLabelToolbarItemView.ImageAspectLabelToolbarItemView.ImagePositionLabelToolbarItemView.ImageWidthLabelToolbarItemView.ImageHeightLabelToolbarItemView.ImageSpacingLabelToolbarItemView.DisplayOptionsLabelToolbarItemView.HorizontalContentOptionsLabelToolbarItemView.VerticalContentOptionsLabelToolbarItemView.ActualImageSourceToolbarItemView.OrientationPropertyToolbarItemView.PlacementLocationPropertyToolbarItemView.ToolbarPropertyToolbarItemView.OrientationToolbarItemView.PlacementLocationToolbarItemView.ToolbarRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

ImageEditorCropOptionsToolbarItemView()

Declaration

cs-api-definition
public ImageEditorCropOptionsToolbarItemView()

Fields

CropOperationTextProperty

Identifies the CropOperationText property.

Declaration

cs-api-definition
public static readonly BindableProperty CropOperationTextProperty

Field Value

BindableProperty

CropOperationsProperty

Identifies the CropOperations property.

Declaration

cs-api-definition
public static readonly BindableProperty CropOperationsProperty

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 or sets the collection of all available crop operations. For more information see the CropOperation type.

Declaration

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

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