Class
ImageEditorResizeOptionsToolbarItem

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
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

ImageEditorResizeOptionsToolbarItem()

Declaration

cs-api-definition
public ImageEditorResizeOptionsToolbarItem()

Fields

AspectRatioLockedTextProperty

Identifies the AspectRatioLockedText property.

Declaration

cs-api-definition
public static readonly BindableProperty AspectRatioLockedTextProperty

Field Value

BindableProperty

IsAspectRatioLockedProperty

Identifies the IsAspectRatioLocked property.

Declaration

cs-api-definition
public static readonly BindableProperty IsAspectRatioLockedProperty

Field Value

BindableProperty

ResizeHeightProperty

Identifies the ResizeHeight property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeHeightProperty

Field Value

BindableProperty

ResizeHeightTextProperty

Identifies the ResizeHeightText property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeHeightTextProperty

Field Value

BindableProperty

ResizeScaleMaximumProperty

Identifies the ResizeScaleMaximum property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeScaleMaximumProperty

Field Value

BindableProperty

ResizeScaleMinimumProperty

Identifies the ResizeScaleMinimum property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeScaleMinimumProperty

Field Value

BindableProperty

ResizeScaleProperty

Identifies the ResizeScale property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeScaleProperty

Field Value

BindableProperty

ResizeScaleTextProperty

Identifies the ResizeScaleText property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeScaleTextProperty

Field Value

BindableProperty

ResizeTypeProperty

Identifies the ResizeType property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeTypeProperty

Field Value

BindableProperty

ResizeTypeTextProperty

Identifies the ResizeTypeText property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeTypeTextProperty

Field Value

BindableProperty

ResizeWidthProperty

Identifies the ResizeWidth property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeWidthProperty

Field Value

BindableProperty

ResizeWidthTextProperty

Identifies the ResizeWidthText property.

Declaration

cs-api-definition
public static readonly BindableProperty ResizeWidthTextProperty

Field Value

BindableProperty

Properties

AspectRatioLockedText

Gets or sets text of the aspect ratio lock caption.

Declaration

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

Property Value

string

IsAspectRatioLocked

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

Declaration

cs-api-definition
public bool IsAspectRatioLocked { get; set; }

Property Value

bool

ResizeHeight

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

Declaration

cs-api-definition
public double ResizeHeight { get; set; }

Property Value

double

ResizeHeightText

Gets or sets the text of the resize height caption.

Declaration

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

Property Value

string

ResizeScale

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

Declaration

cs-api-definition
public double ResizeScale { get; set; }

Property Value

double

ResizeScaleMaximum

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

Declaration

cs-api-definition
public double ResizeScaleMaximum { get; set; }

Property Value

double

ResizeScaleMinimum

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

Declaration

cs-api-definition
public double ResizeScaleMinimum { get; set; }

Property Value

double

ResizeScaleText

Gets or sets the text of the resize scale caption.

Declaration

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

Property Value

string

ResizeType

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

Declaration

cs-api-definition
public ResizeType ResizeType { get; set; }

Property Value

ResizeType

ResizeTypeText

Gets or sets the text of the resize type caption.

Declaration

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

Property Value

string

ResizeWidth

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

Declaration

cs-api-definition
public double ResizeWidth { get; set; }

Property Value

double

ResizeWidthText

Gets or sets the text of the resize width caption.

Declaration

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

Property Value

string