Class ImageEditorResizeOptionsToolbarItemView
Visual representation of a button displaying a resize options panel in the RadImageEditorToolbar control.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageEditorResizeOptionsToolbarItemView : ImageEditorOptionsToolbarItemView, IRadContentView, IContentView, IPadding, IToolStripClickableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
ImageEditorResizeOptionsToolbarItemView()
Declaration
public ImageEditorResizeOptionsToolbarItemView()
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
|