Class HueToolbarItem
Activates the hue adjustment tool in the image editor. For more information see HueTool.
Inheritance
System.Object
HueToolbarItem
Inherited Members
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public class HueToolbarItem : InteractionToolbarItem, ILayoutControlPanelChild
Constructors
HueToolbarItem()
Declaration
public HueToolbarItem()
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 value of the hue factor, when using an auto-generated slider content.
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Gets or sets the minimum value of the hue factor, when using an auto-generated slider content.
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|