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