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
public ImageEditorResizeOptionsToolbarItemView()
Fields
AspectRatioLockedTextProperty
BindableProperty
Identifies the AspectRatioLockedText property.
public static readonly BindableProperty AspectRatioLockedTextProperty
IsAspectRatioLockedProperty
BindableProperty
Identifies the IsAspectRatioLocked property.
public static readonly BindableProperty IsAspectRatioLockedProperty
ResizeHeightProperty
BindableProperty
Identifies the ResizeHeight property.
public static readonly BindableProperty ResizeHeightProperty
ResizeHeightTextProperty
BindableProperty
Identifies the ResizeHeightText property.
public static readonly BindableProperty ResizeHeightTextProperty
ResizeScaleMaximumProperty
BindableProperty
Identifies the ResizeScaleMaximum property.
public static readonly BindableProperty ResizeScaleMaximumProperty
ResizeScaleMinimumProperty
BindableProperty
Identifies the ResizeScaleMinimum property.
public static readonly BindableProperty ResizeScaleMinimumProperty
ResizeScaleProperty
BindableProperty
Identifies the ResizeScale property.
public static readonly BindableProperty ResizeScaleProperty
ResizeScaleTextProperty
BindableProperty
Identifies the ResizeScaleText property.
public static readonly BindableProperty ResizeScaleTextProperty
ResizeTypeProperty
BindableProperty
Identifies the ResizeType property.
public static readonly BindableProperty ResizeTypeProperty
ResizeTypeTextProperty
BindableProperty
Identifies the ResizeTypeText property.
public static readonly BindableProperty ResizeTypeTextProperty
ResizeWidthProperty
BindableProperty
Identifies the ResizeWidth property.
public static readonly BindableProperty ResizeWidthProperty
ResizeWidthTextProperty
BindableProperty
Identifies the ResizeWidthText property.
public static readonly BindableProperty ResizeWidthTextProperty
Properties
Gets or sets text of the aspect ration lock caption.
public string AspectRatioLockedText { get; set; }
Gets or sets a value indicating whether the aspect ratio is locked, when changing the ResizeWidth or ResizeHeight property.
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
public double ResizeHeight { get; set; }
Gets or sets the text of the resize height caption.
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
public double ResizeScale { get; set; }
Gets or sets the minimum scale factor of the image in percents.
public double ResizeScaleMaximum { get; set; }
Gets or sets the minimum scale factor of the image in percents.
public double ResizeScaleMinimum { get; set; }
Gets or sets the text of the resize scale caption.
public string ResizeScaleText { get; set; }
Gets or sets the type of the resize operation. For more information see the ResizeType type.
public ResizeType ResizeType { get; set; }
Gets or sets the text of the resize type caption.
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
public double ResizeWidth { get; set; }
Gets or sets the text of the resize width caption.
public string ResizeWidthText { get; set; }