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
-
System.Object
Tizen.NUI.Components.ControlStyle
SliderStyle
- Implements
-
System.ComponentModel.INotifyPropertyChanged
System.IDisposable
Constructors
View Source
SliderStyle()
Creates a new instance of a SliderStyle.
Declaration
API Level: 8
View Source
SliderStyle(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 Source
HighIndicator
Get or set high indicator text.
Declaration
public TextLabelStyle HighIndicator { get; set; }
Property Value
Type |
Description |
Tizen.NUI.BaseComponents.TextLabelStyle |
|
API Level: 8
View Source
HighIndicatorImage
Get or set high indicator image.
Declaration
public ImageViewStyle HighIndicatorImage { get; set; }
Property Value
Type |
Description |
Tizen.NUI.BaseComponents.ImageViewStyle |
|
API Level: 8
Declaration
public Slider.IndicatorType? IndicatorType { get; set; }
Property Value
API Level: 8
View Source
LowIndicator
Get or set low indicator text.
Declaration
public TextLabelStyle LowIndicator { get; set; }
Property Value
Type |
Description |
Tizen.NUI.BaseComponents.TextLabelStyle |
|
API Level: 8
View Source
LowIndicatorImage
Get or set low indicator image.
Declaration
public ImageViewStyle LowIndicatorImage { get; set; }
Property Value
Type |
Description |
Tizen.NUI.BaseComponents.ImageViewStyle |
|
API Level: 8
Declaration
public ImageViewStyle Progress { get; set; }
Property Value
Type |
Description |
Tizen.NUI.BaseComponents.ImageViewStyle |
|
API Level: 8
View Source
SpaceBetweenTrackAndIndicator
Get or set space between track and indicator
Declaration
public uint? SpaceBetweenTrackAndIndicator { get; set; }
Property Value
Type |
Description |
System.Nullable<System.UInt32> |
|
API Level: 8
Declaration
public ImageViewStyle Thumb { get; set; }
Property Value
Type |
Description |
Tizen.NUI.BaseComponents.ImageViewStyle |
|
API Level: 8
Declaration
public ImageViewStyle Track { get; set; }
Property Value
Type |
Description |
Tizen.NUI.BaseComponents.ImageViewStyle |
|
API Level: 8
View Source
TrackPadding
Get or set space between track and indicator
Declaration
public Extents TrackPadding { get; set; }
Property Value
API Level: 8
Declaration
public uint? TrackThickness { get; set; }
Property Value
Type |
Description |
System.Nullable<System.UInt32> |
|
API Level: 8
View Source
ValueIndicatorImage
Get or set the value indicator image.
Declaration
public ImageViewStyle ValueIndicatorImage { get; set; }
Property Value
Type |
Description |
Tizen.NUI.BaseComponents.ImageViewStyle |
|
API Level: 9
View Source
ValueIndicatorText
Get or set the value indicator text.
Declaration
public TextLabelStyle ValueIndicatorText { get; set; }
Property Value
Type |
Description |
Tizen.NUI.BaseComponents.TextLabelStyle |
|
API Level: 9
Methods
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
Overrides
Tizen.NUI.BaseComponents.ViewStyle.CopyFrom(Tizen.NUI.Binding.BindableObject)
API Level: 8
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable