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

Visual representation of a button displaying a resize options panel in the RadImageEditorToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ImageEditorResizeOptionsToolbarItemView : ImageEditorOptionsToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewDropDownButtonToolbarItemViewOptionsButtonToolbarItemViewImageEditorOptionsToolbarItemViewImageEditorResizeOptionsToolbarItemView...

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

C#
public ImageEditorResizeOptionsToolbarItemView()

Fields

Identifies the AspectRatioLockedText property.

C#
public static readonly BindableProperty AspectRatioLockedTextProperty

Identifies the IsAspectRatioLocked property.

C#
public static readonly BindableProperty IsAspectRatioLockedProperty

ResizeHeightProperty

BindableProperty

Identifies the ResizeHeight property.

C#
public static readonly BindableProperty ResizeHeightProperty

ResizeHeightTextProperty

BindableProperty

Identifies the ResizeHeightText property.

C#
public static readonly BindableProperty ResizeHeightTextProperty

Identifies the ResizeScaleMaximum property.

C#
public static readonly BindableProperty ResizeScaleMaximumProperty

Identifies the ResizeScaleMinimum property.

C#
public static readonly BindableProperty ResizeScaleMinimumProperty

ResizeScaleProperty

BindableProperty

Identifies the ResizeScale property.

C#
public static readonly BindableProperty ResizeScaleProperty

ResizeScaleTextProperty

BindableProperty

Identifies the ResizeScaleText property.

C#
public static readonly BindableProperty ResizeScaleTextProperty

ResizeTypeProperty

BindableProperty

Identifies the ResizeType property.

C#
public static readonly BindableProperty ResizeTypeProperty

ResizeTypeTextProperty

BindableProperty

Identifies the ResizeTypeText property.

C#
public static readonly BindableProperty ResizeTypeTextProperty

ResizeWidthProperty

BindableProperty

Identifies the ResizeWidth property.

C#
public static readonly BindableProperty ResizeWidthProperty

ResizeWidthTextProperty

BindableProperty

Identifies the ResizeWidthText property.

C#
public static readonly BindableProperty ResizeWidthTextProperty

Properties

Gets or sets text of the aspect ration lock caption.

C#
public string AspectRatioLockedText { get; set; }

Gets or sets a value indicating whether the aspect ratio is locked, when changing the ResizeWidth or ResizeHeight property.

C#
public bool IsAspectRatioLocked { get; set; }

Gets or sets the height of the image in pixels. This property has an effect when the ResizeType property is set to Pixels

C#
public double ResizeHeight { get; set; }

Gets or sets the text of the resize height caption.

C#
public string ResizeHeightText { get; set; }

Gets or sets the scale factor of the image in percents. This property has an effect when the ResizeType property is set to Percents

C#
public double ResizeScale { get; set; }

Gets or sets the minimum scale factor of the image in percents.

C#
public double ResizeScaleMaximum { get; set; }

Gets or sets the minimum scale factor of the image in percents.

C#
public double ResizeScaleMinimum { get; set; }

Gets or sets the text of the resize scale caption.

C#
public string ResizeScaleText { get; set; }

Gets or sets the type of the resize operation. For more information see the ResizeType type.

C#
public ResizeType ResizeType { get; set; }

Gets or sets the text of the resize type caption.

C#
public string ResizeTypeText { get; set; }

Gets or sets the width of the image in pixels. This property has an effect when the ResizeType property is set to Pixels

C#
public double ResizeWidth { get; set; }

Gets or sets the text of the resize width caption.

C#
public string ResizeWidthText { get; set; }