Class ResizeCommandContext
This object is passed as a parameter to the ResizeCommand command.
Inheritance
System.Object
ResizeCommandContext
Namespace: Telerik.XamarinForms.ImageEditor.Commands
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class ResizeCommandContext : BindableObject
Constructors
ResizeCommandContext()
Declaration
public ResizeCommandContext()
Fields
SizeProperty
Identifies the Size property.
Declaration
public static readonly BindableProperty SizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Size
Gets or sets the Size value.
Declaration
public Size Size { get; set; }
Property Value
Xamarin.Forms.Size
|