ClassResizeCommandContext
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:
cs-api-definition
public class ResizeCommandContext : BindableObject
Inheritance: objectResizeCommandContext
Constructors
ResizeCommandContext()
Declaration
cs-api-definition
public ResizeCommandContext()
Fields
HeightProperty
Identifies the Height property.
Declaration
cs-api-definition
public static readonly BindableProperty HeightProperty
Field Value
BindableProperty
IsAspectRatioLockedProperty
Identifies the IsAspectRatioLocked property.
Declaration
cs-api-definition
public static readonly BindableProperty IsAspectRatioLockedProperty
Field Value
BindableProperty
ScaleProperty
Identifies the Scale property.
Declaration
cs-api-definition
public static readonly BindableProperty ScaleProperty
Field Value
BindableProperty
TypeProperty
Identifies the Type property.
Declaration
cs-api-definition
public static readonly BindableProperty TypeProperty
Field Value
BindableProperty
WidthProperty
Identifies the Width property.
Declaration
cs-api-definition
public static readonly BindableProperty WidthProperty
Field Value
BindableProperty
Properties
Height
IsAspectRatioLocked
Scale
Type
Gets or sets the type of the resize operation. For more information see the ResizeType type.