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

Represents 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 ImageEditorResizeOptionsToolbarItem : ImageEditorOptionsToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemOptionsButtonToolbarItemImageEditorOptionsToolbarItemImageEditorResizeOptionsToolbarItem...

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

C#
public ImageEditorResizeOptionsToolbarItem()

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 ratio 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; }