ResizeCommandContext
Class
This object is passed as a parameter to the ResizeCommand and ResizeInteractiveCommand command.
Definition
Namespace:Telerik.Maui.Controls.ImageEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ResizeCommandContext : BindableObject
Inheritance: objectResizeCommandContext
Constructors
C#
public ResizeCommandContext()
Fields
HeightProperty
BindableProperty
Identifies the Height property.
C#
public static readonly BindableProperty HeightProperty
IsAspectRatioLockedProperty
BindableProperty
Identifies the IsAspectRatioLocked property.
C#
public static readonly BindableProperty IsAspectRatioLockedProperty
ScaleProperty
BindableProperty
Identifies the Scale property.
C#
public static readonly BindableProperty ScaleProperty
TypeProperty
BindableProperty
Identifies the Type property.
C#
public static readonly BindableProperty TypeProperty
WidthProperty
BindableProperty
Identifies the Width property.
C#
public static readonly BindableProperty WidthProperty
Properties
Gets or sets the type of the resize operation. For more information see the ResizeType type.
C#
public ResizeType Type { get; set; }