Class
ImageEditorAdjustmentToolbarItem

Abstract base class for all items performing adjustments in the RadImageEditorToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class ImageEditorAdjustmentToolbarItem : ImageEditorNavigationToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemNavigationButtonToolbarItemImageEditorNavigationToolbarItemImageEditorAdjustmentToolbarItem

Derived Classes: ImageEditorBlurToolbarItemImageEditorBrightnessToolbarItemImageEditorContrastToolbarItemImageEditorHueToolbarItemImageEditorResizeToolbarItemImageEditorSaturationToolbarItemImageEditorSharpenToolbarItem

Inherited Members ImageEditorNavigationToolbarItem.AutoGenerateItemsPropertyImageEditorNavigationToolbarItem.AutoGenerateItemsNavigationButtonToolbarItem.ItemsButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

Constructors

ImageEditorAdjustmentToolbarItem()

Declaration

cs-api-definition
protected ImageEditorAdjustmentToolbarItem()

Fields

MaximumProperty

Identifies the Maximum property.

Declaration

cs-api-definition
public static readonly BindableProperty MaximumProperty

Field Value

BindableProperty

MinimumProperty

Identifies the Minimum property.

Declaration

cs-api-definition
public static readonly BindableProperty MinimumProperty

Field Value

BindableProperty

ValueProperty

Identifies the Value property.

Declaration

cs-api-definition
public static readonly BindableProperty ValueProperty

Field Value

BindableProperty

Properties

Maximum

Gets or sets the maximum value, when using an auto-generated slider content.

Declaration

cs-api-definition
public double Maximum { get; set; }

Property Value

double

Minimum

Gets or sets the minimum value, when using an auto-generated slider content.

Declaration

cs-api-definition
public double Minimum { get; set; }

Property Value

double

Value

Gets or sets the current value, when using an auto-generated slider content.

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double

Events

ValueChanged

Raised when the Value property has changed.

Declaration

cs-api-definition
public event EventHandler ValueChanged

Event Value

EventHandler