Class ResizeToolbarItem
Activates the resize tool in the image editor. For more information see ResizeTool.
Inheritance
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class ResizeToolbarItem : InteractionToolbarItem, ILayoutControlPanelChild
Constructors
ResizeToolbarItem()
Declaration
public ResizeToolbarItem()
Fields
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Xamarin.Forms.BindableProperty
|
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Maximum
Gets or sets the maximum scale factor of the resize operation, when using an auto-generated slider content.
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Gets or sets the minimum scale factor of the resize operation, when using an auto-generated slider content.
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|