Class ImageEditorAdjustmentToolbarItem
Abstract base class for all items performing adjustments in the RadImageEditorToolbar control.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class ImageEditorAdjustmentToolbarItem : ImageEditorNavigationToolbarItem
Constructors
ImageEditorAdjustmentToolbarItem()
Declaration
protected ImageEditorAdjustmentToolbarItem()
Fields
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Maximum
Gets or sets the maximum value, when using an auto-generated slider content.
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Gets or sets the minimum value, when using an auto-generated slider content.
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|
Value
Gets or sets the current value, when using an auto-generated slider content.
Declaration
public double Value { get; set; }
Property Value
System.Double
|
Events
ValueChanged
Raised when the Value property has changed.
Declaration
public event EventHandler ValueChanged
Event Type
System.EventHandler
|