ClassImageEditorAdjustmentToolbarItem
Abstract base class for all items performing adjustments in the RadImageEditorToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public abstract class ImageEditorAdjustmentToolbarItem : ImageEditorNavigationToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemNavigationButtonToolbarItemImageEditorNavigationToolbarItemImageEditorAdjustmentToolbarItem
Derived Classes:
Inherited Members
Constructors
ImageEditorAdjustmentToolbarItem()
Declaration
protected ImageEditorAdjustmentToolbarItem()
Fields
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
BindableProperty
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
BindableProperty
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
BindableProperty
Properties
Maximum
Gets or sets the maximum value, when using an auto-generated slider content.
Minimum
Gets or sets the minimum value, when using an auto-generated slider content.
Events
ValueChanged
Raised when the Value property has changed.