Class SliderStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
SliderStyle is a class which saves Slider's ux data.
public class SliderStyle : ControlStyle, INotifyPropertyChanged, IDisposable
- Inheritance
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
View SourceSliderStyle()
Creates a new instance of a SliderStyle.
Declaration
public SliderStyle()
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. |
Properties
View SourceHighIndicator
Get or set high indicator text.
Declaration
public TextLabelStyle HighIndicator { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.TextLabelStyle |
HighIndicatorImage
Get or set high indicator image.
Declaration
public ImageViewStyle HighIndicatorImage { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
IndicatorType
Get or set Indicator type
Declaration
public Slider.IndicatorType? IndicatorType { get; set; }
Property Value
Type | Description |
---|---|
Slider.IndicatorType? |
LowIndicator
Get or set low indicator text.
Declaration
public TextLabelStyle LowIndicator { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.TextLabelStyle |
LowIndicatorImage
Get or set low indicator image.
Declaration
public ImageViewStyle LowIndicatorImage { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
Progress
Get or set slided track.
Declaration
public ImageViewStyle Progress { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
SpaceBetweenTrackAndIndicator
Get or set space between track and indicator
Declaration
public uint? SpaceBetweenTrackAndIndicator { get; set; }
Property Value
Type | Description |
---|---|
uint? |
Thumb
Get or set thumb.
Declaration
public ImageViewStyle Thumb { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
Track
Get or set background track.
Declaration
public ImageViewStyle Track { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
TrackPadding
Get or set space between track and indicator
Declaration
public Extents TrackPadding { get; set; }
Property Value
Type | Description |
---|---|
Extents |
TrackThickness
Get or set track thickness
Declaration
public uint? TrackThickness { get; set; }
Property Value
Type | Description |
---|---|
uint? |
ValueIndicatorImage
Get or set the value indicator image.
Declaration
public ImageViewStyle ValueIndicatorImage { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ImageViewStyle |
ValueIndicatorText
Get or set the value indicator text.
Declaration
public TextLabelStyle ValueIndicatorText { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.TextLabelStyle |
Methods
View SourceCopyFrom(BindableObject)
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type | Name | Description |
---|---|---|
BindableObject | bindableObject |
Overrides
Tizen.NUI.BaseComponents.ViewStyle.CopyFrom(Tizen.NUI.Binding.BindableObject)
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable