Class SliderStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
- API Level:
- 8
SliderStyle is a class which saves Slider's ux data.
public class SliderStyle : ControlStyle, INotifyPropertyChanged, IDynamicResourceHandler, IDisposable
- Inheritance
-
Tizen.NUI.Binding.BindableObjectTizen.NUI.BaseComponents.ViewStyleTizen.NUI.Components.ControlStyleSliderStyle
- Implements
Constructors
View SourceSliderStyle()
Creates a new instance of a SliderStyle.
Declaration
public SliderStyle()
API Level: 8
View SourceSliderStyle(SliderStyle)
Creates a new instance of a SliderStyle with style.
Declaration
public SliderStyle(SliderStyle style)
Parameters
Type | Name | Description |
---|---|---|
SliderStyle | style | Create SliderStyle by style customized by user. |
API Level: 8
Properties
View SourceHighIndicator
Get or set high indicator text.
Declaration
public TextLabelStyle HighIndicator { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.TextLabelStyle |
API Level: 8
View SourceHighIndicatorImage
Get or set high indicator image.
Declaration
public ImageViewStyle HighIndicatorImage { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
API Level: 8
View SourceIndicatorType
Get or set Indicator type
Declaration
public Slider.IndicatorType? IndicatorType { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Slider.IndicatorType> |
API Level: 8
View SourceLowIndicator
Get or set low indicator text.
Declaration
public TextLabelStyle LowIndicator { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.TextLabelStyle |
API Level: 8
View SourceLowIndicatorImage
Get or set low indicator image.
Declaration
public ImageViewStyle LowIndicatorImage { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
API Level: 8
View SourceProgress
Get or set slided track.
Declaration
public ImageViewStyle Progress { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
API Level: 8
View SourceSpaceBetweenTrackAndIndicator
Get or set space between track and indicator
Declaration
public uint? SpaceBetweenTrackAndIndicator { get; set; }
Property Value
Type | Description |
---|---|
Nullable<UInt32> |
API Level: 8
View SourceThumb
Get or set thumb.
Declaration
public ImageViewStyle Thumb { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
API Level: 8
View SourceTrack
Get or set background track.
Declaration
public ImageViewStyle Track { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
API Level: 8
View SourceTrackPadding
Get or set space between track and indicator
Declaration
public Extents TrackPadding { get; set; }
Property Value
Type | Description |
---|---|
Extents |
API Level: 8
View SourceTrackThickness
Get or set track thickness
Declaration
public uint? TrackThickness { get; set; }
Property Value
Type | Description |
---|---|
Nullable<UInt32> |
API Level: 8
Methods
View SourceCopyFrom(BindableObject)
Style's clone function.
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.Binding.BindableObject | bindableObject | The style that need to copy. |
Overrides
Tizen.NUI.Binding.BindableObject.CopyFrom(Tizen.NUI.Binding.BindableObject)