ClassImageEditorResizeOptionsToolbarItemView
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:
public class ImageEditorResizeOptionsToolbarItemView : ImageEditorOptionsToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewDropDownButtonToolbarItemViewOptionsButtonToolbarItemViewImageEditorOptionsToolbarItemViewImageEditorResizeOptionsToolbarItemView
Implements:
Inherited Members
Constructors
ImageEditorResizeOptionsToolbarItemView()
Declaration
public ImageEditorResizeOptionsToolbarItemView()
Fields
AspectRatioLockedTextProperty
Identifies the AspectRatioLockedText property.
Declaration
public static readonly BindableProperty AspectRatioLockedTextProperty
Field Value
BindableProperty
IsAspectRatioLockedProperty
Identifies the IsAspectRatioLocked property.
Declaration
public static readonly BindableProperty IsAspectRatioLockedProperty
Field Value
BindableProperty
ResizeHeightProperty
Identifies the ResizeHeight property.
Declaration
public static readonly BindableProperty ResizeHeightProperty
Field Value
BindableProperty
ResizeHeightTextProperty
Identifies the ResizeHeightText property.
Declaration
public static readonly BindableProperty ResizeHeightTextProperty
Field Value
BindableProperty
ResizeScaleMaximumProperty
Identifies the ResizeScaleMaximum property.
Declaration
public static readonly BindableProperty ResizeScaleMaximumProperty
Field Value
BindableProperty
ResizeScaleMinimumProperty
Identifies the ResizeScaleMinimum property.
Declaration
public static readonly BindableProperty ResizeScaleMinimumProperty
Field Value
BindableProperty
ResizeScaleProperty
Identifies the ResizeScale property.
Declaration
public static readonly BindableProperty ResizeScaleProperty
Field Value
BindableProperty
ResizeScaleTextProperty
Identifies the ResizeScaleText property.
Declaration
public static readonly BindableProperty ResizeScaleTextProperty
Field Value
BindableProperty
ResizeTypeProperty
Identifies the ResizeType property.
Declaration
public static readonly BindableProperty ResizeTypeProperty
Field Value
BindableProperty
ResizeTypeTextProperty
Identifies the ResizeTypeText property.
Declaration
public static readonly BindableProperty ResizeTypeTextProperty
Field Value
BindableProperty
ResizeWidthProperty
Identifies the ResizeWidth property.
Declaration
public static readonly BindableProperty ResizeWidthProperty
Field Value
BindableProperty
ResizeWidthTextProperty
Identifies the ResizeWidthText property.
Declaration
public static readonly BindableProperty ResizeWidthTextProperty
Field Value
BindableProperty
Properties
AspectRatioLockedText
Gets or sets text of the aspect ration lock caption.
Declaration
public string AspectRatioLockedText { get; set; }
Property Value
IsAspectRatioLocked
Gets or sets a value indicating whether the aspect ratio is locked, when changing the ResizeWidth or ResizeHeight property.
ResizeHeight
Gets or sets the height of the image in pixels. This property has an effect when the ResizeType property is set to Pixels
ResizeHeightText
Gets or sets the text of the resize height caption.
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
ResizeScaleMaximum
Gets or sets the minimum scale factor of the image in percents.
ResizeScaleMinimum
Gets or sets the minimum scale factor of the image in percents.
ResizeScaleText
Gets or sets the text of the resize scale caption.
ResizeType
Gets or sets the type of the resize operation. For more information see the ResizeType type.
ResizeTypeText
Gets or sets the text of the resize type caption.
ResizeWidth
Gets or sets the width of the image in pixels. This property has an effect when the ResizeType property is set to Pixels
ResizeWidthText
Gets or sets the text of the resize width caption.