Class
SliderToolbarItem

Represents a slider in the RadToolbar control.

Definition

Constructors

SliderToolbarItem()

Declaration

cs-api-definition
public SliderToolbarItem()

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

SliderStyleProperty

Identifies the SliderStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty SliderStyleProperty

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 of the slider.

Declaration

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

Property Value

double

Minimum

Gets or sets the minimum value of the slider.

Declaration

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

Property Value

double

SliderStyle

Gets or sets the Style of the slider. The target type of this style is RadSlider.

Declaration

cs-api-definition
public Style SliderStyle { get; set; }

Property Value

Style

Value

Gets or sets the value of the slider.

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