Definition
- Namespace:
- Tizen.NUI.UIComponents
- Assembly:
- Tizen.NUI.dll
The slider is a control to enable sliding an indicator between two values.
public class Slider : View, IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Constructors
Declaration
Properties
Declaration
public Vector4 DisabledColor { get; set; }
Property Value
Declaration
public PropertyMap HandleVisual { get; set; }
Property Value
Declaration
public float LowerBound { get; set; }
Property Value
Declaration
public PropertyArray Marks { get; set; }
Property Value
Declaration
public float MarkTolerance { get; set; }
Property Value
Declaration
public PropertyMap PopupArrowVisual { get; set; }
Property Value
Declaration
public PropertyMap PopupVisual { get; set; }
Property Value
View Source
ProgressVisual
The progress visual property.
Declaration
public PropertyMap ProgressVisual { get; set; }
Property Value
Declaration
public bool ShowPopup { get; set; }
Property Value
Declaration
public bool ShowValue { get; set; }
Property Value
Declaration
public bool SnapToMarks { get; set; }
Property Value
Declaration
public PropertyMap TrackVisual { get; set; }
Property Value
Declaration
public float UpperBound { get; set; }
Property Value
Declaration
public float Value { get; set; }
Property Value
View Source
ValuePrecision
The value precision property.
Declaration
public int ValuePrecision { get; set; }
Property Value
Methods
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Overrides
View Source
DownCast(BaseHandle)
Downcasts an object handle to the slider.
If the handle points to a slider, then the downcast produces a valid handle.
If not, then the returned handle is left uninitialized.
Declaration
public static Slider DownCast(BaseHandle handle)
Parameters
| Type |
Name |
Description |
| BaseHandle |
handle |
The handle to an object.
|
Returns
| Type |
Description |
| Slider |
The handle to a slider or an uninitialized handle.
|
Events
View Source
MarkReached
An event emitted when the slider handle reaches a mark.
Declaration
public event EventHandlerWithReturnType<object, Slider.MarkReachedEventArgs, bool> MarkReached
Event Type
View Source
SlidingFinished
An event emitted when the sliding is finished.
Declaration
public event EventHandlerWithReturnType<object, Slider.SlidingFinishedEventArgs, bool> SlidingFinished
Event Type
View Source
ValueChanged
An event emitted when the slider value changes.
Declaration
public event EventHandlerWithReturnType<object, Slider.ValueChangedEventArgs, bool> ValueChanged
Event Type
Implements
System.IDisposable