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