Class Slider
A View control that inputs a linear value.
Inheritance
System.Object
Slider
Inherited Members
Namespace: Tizen.UIExtensions.NUI.GraphicsView
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class Slider : GraphicsView<SliderDrawable>, IMeasurable, ISlider
Constructors
Slider()
Initializes a new instance of the Slider class.
Declaration
public Slider()
Properties
Maximum
Gets or sets the maximum selectable value.
Declaration
public double Maximum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumTrackColor
Gets or sets the color of the portion of the slider track that contains the maximum value of the slider.
Declaration
public Color MaximumTrackColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Minimum
Gets or sets the minimum selectable value.
Declaration
public double Minimum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumTrackColor
Gets or sets the color of the portion of the slider track that contains the minimum value of the slider.
Declaration
public Color MinimumTrackColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
ThumbColor
Gets or sets the color of the slider thumb button.
Declaration
public Color ThumbColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Value
Gets or sets the current value.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Events
ValueChanged
Raised when the Value property changes.
Declaration
public event EventHandler ValueChanged
Event Type
Type | Description |
---|---|
System.EventHandler |