skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ImageEditorResizeOptionsToolbarItem

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

Inheritance
System.Object
ToolbarItem
LabelToolbarItem
ButtonToolbarItem
DropDownButtonToolbarItem
OptionsButtonToolbarItem
ImageEditorOptionsToolbarItem
ImageEditorResizeOptionsToolbarItem
Inherited Members
ImageEditorOptionsToolbarItem.ApplyTextProperty
ImageEditorOptionsToolbarItem.ApplyCommandProperty
ImageEditorOptionsToolbarItem.CancelTextProperty
ImageEditorOptionsToolbarItem.CancelCommandProperty
ImageEditorOptionsToolbarItem.ApplyText
ImageEditorOptionsToolbarItem.ApplyCommand
ImageEditorOptionsToolbarItem.CancelText
ImageEditorOptionsToolbarItem.CancelCommand
OptionsButtonToolbarItem.OptionsPanelProperty
OptionsButtonToolbarItem.OptionsContentStyleProperty
OptionsButtonToolbarItem.OptionsContentTemplateProperty
OptionsButtonToolbarItem.OptionsPanel
OptionsButtonToolbarItem.OptionsContentStyle
OptionsButtonToolbarItem.OptionsContentTemplate
DropDownButtonToolbarItem.IsOpenProperty
DropDownButtonToolbarItem.DropDownContentStyleProperty
DropDownButtonToolbarItem.DropDownContentTemplateProperty
DropDownButtonToolbarItem.DropDownIndicatorStyleProperty
DropDownButtonToolbarItem.DropDownIndicatorTemplateProperty
DropDownButtonToolbarItem.IsOpen
DropDownButtonToolbarItem.DropDownContentStyle
DropDownButtonToolbarItem.DropDownContentTemplate
DropDownButtonToolbarItem.DropDownIndicatorStyle
DropDownButtonToolbarItem.DropDownIndicatorTemplate
DropDownButtonToolbarItem.IsOpenChanged
ButtonToolbarItem.CommandProperty
ButtonToolbarItem.CommandParameterProperty
ButtonToolbarItem.Command
ButtonToolbarItem.CommandParameter
ButtonToolbarItem.Clicked
LabelToolbarItem.TextProperty
LabelToolbarItem.ImageSourceProperty
LabelToolbarItem.Text
LabelToolbarItem.ImageSource
ToolbarItem.IsVisibleProperty
ToolbarItem.IsEnabledProperty
ToolbarItem.StyleProperty
ToolbarItem.ControlTemplateProperty
ToolbarItem.PlacementOptionsProperty
ToolbarItem.IsInteractionEnabledProperty
ToolbarItem.IsVisible
ToolbarItem.IsEnabled
ToolbarItem.Style
ToolbarItem.ControlTemplate
ToolbarItem.PlacementOptions
ToolbarItem.Toolbar
ToolbarItem.Parent
ToolbarItem.IsInteractionEnabled
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll

Syntax

public class ImageEditorResizeOptionsToolbarItem : ImageEditorOptionsToolbarItem

Constructors

ImageEditorResizeOptionsToolbarItem()

Declaration
public ImageEditorResizeOptionsToolbarItem()

Fields

AspectRatioLockedTextProperty

Identifies the AspectRatioLockedText property.

Declaration
public static readonly BindableProperty AspectRatioLockedTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IsAspectRatioLockedProperty

Identifies the IsAspectRatioLocked property.

Declaration
public static readonly BindableProperty IsAspectRatioLockedProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResizeHeightProperty

Identifies the ResizeHeight property.

Declaration
public static readonly BindableProperty ResizeHeightProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResizeHeightTextProperty

Identifies the ResizeHeightText property.

Declaration
public static readonly BindableProperty ResizeHeightTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResizeScaleMaximumProperty

Identifies the ResizeScaleMaximum property.

Declaration
public static readonly BindableProperty ResizeScaleMaximumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResizeScaleMinimumProperty

Identifies the ResizeScaleMinimum property.

Declaration
public static readonly BindableProperty ResizeScaleMinimumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResizeScaleProperty

Identifies the ResizeScale property.

Declaration
public static readonly BindableProperty ResizeScaleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResizeScaleTextProperty

Identifies the ResizeScaleText property.

Declaration
public static readonly BindableProperty ResizeScaleTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResizeTypeProperty

Identifies the ResizeType property.

Declaration
public static readonly BindableProperty ResizeTypeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResizeTypeTextProperty

Identifies the ResizeTypeText property.

Declaration
public static readonly BindableProperty ResizeTypeTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResizeWidthProperty

Identifies the ResizeWidth property.

Declaration
public static readonly BindableProperty ResizeWidthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResizeWidthTextProperty

Identifies the ResizeWidthText property.

Declaration
public static readonly BindableProperty ResizeWidthTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

Properties

AspectRatioLockedText

Gets or sets text of the aspect ration lock caption.

Declaration
public string AspectRatioLockedText { get; set; }
Property Value
System.String

IsAspectRatioLocked

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

Declaration
public bool IsAspectRatioLocked { get; set; }
Property Value
System.Boolean

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
public double ResizeHeight { get; set; }
Property Value
System.Double

ResizeHeightText

Gets or sets the text of the resize height caption.

Declaration
public string ResizeHeightText { get; set; }
Property Value
System.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
public double ResizeScale { get; set; }
Property Value
System.Double

ResizeScaleMaximum

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

Declaration
public double ResizeScaleMaximum { get; set; }
Property Value
System.Double

ResizeScaleMinimum

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

Declaration
public double ResizeScaleMinimum { get; set; }
Property Value
System.Double

ResizeScaleText

Gets or sets the text of the resize scale caption.

Declaration
public string ResizeScaleText { get; set; }
Property Value
System.String

ResizeType

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

Declaration
public ResizeType ResizeType { get; set; }
Property Value
ResizeType

ResizeTypeText

Gets or sets the text of the resize type caption.

Declaration
public string ResizeTypeText { get; set; }
Property Value
System.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
public double ResizeWidth { get; set; }
Property Value
System.Double

ResizeWidthText

Gets or sets the text of the resize width caption.

Declaration
public string ResizeWidthText { get; set; }
Property Value
System.String

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.