Class ImageEditorResizeOptionsToolbarItemView
Visual representation of a button displaying a resize options panel in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageEditorResizeOptionsToolbarItemView : ImageEditorOptionsToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IToolStripClickableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
ImageEditorResizeOptionsToolbarItemView()
Declaration
public ImageEditorResizeOptionsToolbarItemView()
Fields
AspectRatioLockedTextProperty
Identifies the Aspect
Declaration
public static readonly BindableProperty AspectRatioLockedTextProperty
Field Value
Microsoft.
|
IsAspectRatioLockedProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsAspectRatioLockedProperty
Field Value
Microsoft.
|
ResizeHeightProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeHeightProperty
Field Value
Microsoft.
|
ResizeHeightTextProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeHeightTextProperty
Field Value
Microsoft.
|
ResizeScaleMaximumProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeScaleMaximumProperty
Field Value
Microsoft.
|
ResizeScaleMinimumProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeScaleMinimumProperty
Field Value
Microsoft.
|
ResizeScaleProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeScaleProperty
Field Value
Microsoft.
|
ResizeScaleTextProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeScaleTextProperty
Field Value
Microsoft.
|
ResizeTypeProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeTypeProperty
Field Value
Microsoft.
|
ResizeTypeTextProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeTypeTextProperty
Field Value
Microsoft.
|
ResizeWidthProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeWidthProperty
Field Value
Microsoft.
|
ResizeWidthTextProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeWidthTextProperty
Field Value
Microsoft.
|
Properties
AspectRatioLockedText
Gets or sets text of the aspect ration lock caption.
Declaration
public string AspectRatioLockedText { get; set; }
Property Value
System.
|
IsAspectRatioLocked
Gets or sets a value indicating whether the aspect ratio is locked, when
changing the Resize
Declaration
public bool IsAspectRatioLocked { get; set; }
Property Value
System.
|
ResizeHeight
Gets or sets the height of the image in pixels.
This property has an effect when the Resize
Declaration
public double ResizeHeight { get; set; }
Property Value
System.
|
ResizeHeightText
Gets or sets the text of the resize height caption.
Declaration
public string ResizeHeightText { get; set; }
Property Value
System.
|
ResizeScale
Gets or sets the scale factor of the image in percents.
This property has an effect when the Resize
Declaration
public double ResizeScale { get; set; }
Property Value
System.
|
ResizeScaleMaximum
Gets or sets the minimum scale factor of the image in percents.
Declaration
public double ResizeScaleMaximum { get; set; }
Property Value
System.
|
ResizeScaleMinimum
Gets or sets the minimum scale factor of the image in percents.
Declaration
public double ResizeScaleMinimum { get; set; }
Property Value
System.
|
ResizeScaleText
Gets or sets the text of the resize scale caption.
Declaration
public string ResizeScaleText { get; set; }
Property Value
System.
|
ResizeType
Gets or sets the type of the resize operation.
For more information see the Resize
Declaration
public ResizeType ResizeType { get; set; }
Property Value
ResizeTypeText
Gets or sets the text of the resize type caption.
Declaration
public string ResizeTypeText { get; set; }
Property Value
System.
|
ResizeWidth
Gets or sets the width of the image in pixels.
This property has an effect when the Resize
Declaration
public double ResizeWidth { get; set; }
Property Value
System.
|
ResizeWidthText
Gets or sets the text of the resize width caption.
Declaration
public string ResizeWidthText { get; set; }
Property Value
System.
|