Class Slider

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
6

A slider lets users select a value from a continuous or discrete range of values by moving the slider thumb.

C#
Copy
public class Slider : Control, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
Inheritance
Tizen.NUI.Binding.BindableObject
Tizen.NUI.Binding.Element
Tizen.NUI.Components.Control
Slider
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

Slider()

The constructor of the Slider class.

Declaration
C#
Copy
public Slider()
API Level: 6

Properties

View Source

BgTrackColor

Gets or sets the color of the background track image object.

Declaration
C#
Copy
public Color BgTrackColor { get; set; }
Property Value
Type Description
Color
API Level: 6
View Source

CurrentValue

Gets or sets the current value of slider.

Declaration
C#
Copy
public float CurrentValue { get; set; }
Property Value
Type Description
System.Single
API Level: 6
View Source

Direction

Gets or sets the direction type of slider.

Declaration
C#
Copy
public Slider.DirectionType Direction { get; set; }
Property Value
Type Description
Slider.DirectionType
API Level: 6
View Source

HighIndicatorImageURL

Gets or sets the resource url of the high indicator image object.

Declaration
C#
Copy
public string HighIndicatorImageURL { get; set; }
Property Value
Type Description
System.String
API Level: 6
View Source

HighIndicatorSize

Gets or sets the size of the high indicator object(image or text).

Declaration
C#
Copy
public Size HighIndicatorSize { get; set; }
Property Value
Type Description
Size
API Level: 6
View Source

HighIndicatorTextContent

Gets or sets the text content of the high indicator text object.

Declaration
C#
Copy
public string HighIndicatorTextContent { get; set; }
Property Value
Type Description
System.String
API Level: 6
View Source

Indicator

Gets or sets the indicator type, arrow or sign.

Declaration
C#
Copy
public Slider.IndicatorType Indicator { get; set; }
Property Value
Type Description
Slider.IndicatorType
API Level: 6
View Source

LowIndicatorImageURL

Gets or sets the resource url of the low indicator image object.

Declaration
C#
Copy
public string LowIndicatorImageURL { get; set; }
Property Value
Type Description
System.String
API Level: 6
View Source

LowIndicatorSize

Gets or sets the size of the low indicator object(image or text).

Declaration
C#
Copy
public Size LowIndicatorSize { get; set; }
Property Value
Type Description
Size
API Level: 6
View Source

LowIndicatorTextContent

Gets or sets the text content of the low indicator text object.

Declaration
C#
Copy
public string LowIndicatorTextContent { get; set; }
Property Value
Type Description
System.String
API Level: 6
View Source

MaxValue

Gets or sets the maximum value of slider.

Declaration
C#
Copy
public float MaxValue { get; set; }
Property Value
Type Description
System.Single
API Level: 6
View Source

MinValue

Gets or sets the minimum value of slider.

Declaration
C#
Copy
public float MinValue { get; set; }
Property Value
Type Description
System.Single
API Level: 6
View Source

SlidedTrackColor

Gets or sets the color of the slided track image object.

Declaration
C#
Copy
public Color SlidedTrackColor { get; set; }
Property Value
Type Description
Color
API Level: 6
View Source

SpaceBetweenTrackAndIndicator

Gets or sets the value of the space between track and indicator.

Declaration
C#
Copy
public uint SpaceBetweenTrackAndIndicator { get; set; }
Property Value
Type Description
System.UInt32
API Level: 6
View Source

ThumbImageURL

Gets or sets the resource url of the thumb image object.

Declaration
C#
Copy
public string ThumbImageURL { get; set; }
Property Value
Type Description
System.String
API Level: 6
View Source

ThumbImageURLSelector

Gets or sets the resource url selector of the thumb image object.

Declaration
C#
Copy
public StringSelector ThumbImageURLSelector { get; set; }
Property Value
Type Description
Tizen.NUI.Components.StringSelector
API Level: 6
View Source

ThumbSize

Gets or sets the size of the thumb image object.

Declaration
C#
Copy
public Size ThumbSize { get; set; }
Property Value
Type Description
Size
API Level: 6
View Source

TrackThickness

Gets or sets the thickness value of the track.

Declaration
C#
Copy
public uint TrackThickness { get; set; }
Property Value
Type Description
System.UInt32
API Level: 6

Methods

View Source

Dispose(DisposeTypes)

Dispose Slider.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type

Dispose type.

Overrides
Tizen.NUI.Components.Control.Dispose(Tizen.NUI.DisposeTypes)
API Level: 6

Events

View Source

SlidingFinishedEvent

The sliding finished event handler.

Declaration
C#
Copy
public event EventHandler<Slider.SlidingFinishedArgs> SlidingFinishedEvent
Event Type
Type Description
System.EventHandler<Slider.SlidingFinishedArgs>
API Level: 6
View Source

StateChangedEvent

The state changed event handler.

Declaration
C#
Copy
public event EventHandler<Slider.StateChangedArgs> StateChangedEvent
Event Type
Type Description
System.EventHandler<Slider.StateChangedArgs>
API Level: 6
View Source

ValueChangedEvent

The value changed event handler.

Declaration
C#
Copy
public event EventHandler<Slider.ValueChangedArgs> ValueChangedEvent
Event Type
Type Description
System.EventHandler<Slider.ValueChangedArgs>
API Level: 6

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable