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.

C#
Copy
public class SliderStyle : ControlStyle, IDynamicResourceHandler, IDisposable
Inheritance
Implements
IDisposable

Constructors

View Source

SliderStyle()

Creates a new instance of a SliderStyle.

Declaration
C#
Copy
public SliderStyle()
API Level: 8
View Source

SliderStyle(SliderStyle)

Creates a new instance of a SliderStyle with style.

Declaration
C#
Copy
public SliderStyle(SliderStyle style)
Parameters
Type Name Description
SliderStyle style

Create SliderStyle by style customized by user.

API Level: 8

Fields

View Source

IndicatorTypeProperty

IndicatorTypeProperty

Declaration
C#
Copy
public static readonly BindableProperty IndicatorTypeProperty
Field Value
Type Description
BindableProperty
View Source

SpaceBetweenTrackAndIndicatorProperty

SpaceBetweenTrackAndIndicatorProperty

Declaration
C#
Copy
public static readonly BindableProperty SpaceBetweenTrackAndIndicatorProperty
Field Value
Type Description
BindableProperty
View Source

TrackPaddingProperty

TrackPaddingProperty

Declaration
C#
Copy
public static readonly BindableProperty TrackPaddingProperty
Field Value
Type Description
BindableProperty
View Source

TrackThicknessProperty

TrackThicknessProperty

Declaration
C#
Copy
public static readonly BindableProperty TrackThicknessProperty
Field Value
Type Description
BindableProperty

Properties

View Source

HighIndicator

Get or set high indicator text.

Declaration
C#
Copy
public TextLabelStyle HighIndicator { get; set; }
Property Value
Type Description
TextLabelStyle
API Level: 8
View Source

HighIndicatorImage

Get or set high indicator image.

Declaration
C#
Copy
public ImageViewStyle HighIndicatorImage { get; set; }
Property Value
Type Description
ImageViewStyle
API Level: 8
View Source

IndicatorType

Get or set Indicator type

Declaration
C#
Copy
public Slider.IndicatorType? IndicatorType { get; set; }
Property Value
Type Description
Nullable<Slider.IndicatorType>
API Level: 8
View Source

LowIndicator

Get or set low indicator text.

Declaration
C#
Copy
public TextLabelStyle LowIndicator { get; set; }
Property Value
Type Description
TextLabelStyle
API Level: 8
View Source

LowIndicatorImage

Get or set low indicator image.

Declaration
C#
Copy
public ImageViewStyle LowIndicatorImage { get; set; }
Property Value
Type Description
ImageViewStyle
API Level: 8
View Source

Progress

Get or set slided track.

Declaration
C#
Copy
public ImageViewStyle Progress { get; set; }
Property Value
Type Description
ImageViewStyle
API Level: 8
View Source

SpaceBetweenTrackAndIndicator

Get or set space between track and indicator

Declaration
C#
Copy
public uint? SpaceBetweenTrackAndIndicator { get; set; }
Property Value
Type Description
Nullable<UInt32>
API Level: 8
View Source

Thumb

Get or set thumb.

Declaration
C#
Copy
public ImageViewStyle Thumb { get; set; }
Property Value
Type Description
ImageViewStyle
API Level: 8
View Source

Track

Get or set background track.

Declaration
C#
Copy
public ImageViewStyle Track { get; set; }
Property Value
Type Description
ImageViewStyle
API Level: 8
View Source

TrackPadding

Get or set space between track and indicator

Declaration
C#
Copy
public Extents TrackPadding { get; set; }
Property Value
Type Description
Extents
API Level: 8
View Source

TrackThickness

Get or set track thickness

Declaration
C#
Copy
public uint? TrackThickness { get; set; }
Property Value
Type Description
Nullable<UInt32>
API Level: 8
View Source

ValueIndicatorImage

Get or set the value indicator image.

Declaration
C#
Copy
public ImageViewStyle ValueIndicatorImage { get; set; }
Property Value
Type Description
ImageViewStyle
API Level: 9
View Source

ValueIndicatorText

Get or set the value indicator text.

Declaration
C#
Copy
public TextLabelStyle ValueIndicatorText { get; set; }
Property Value
Type Description
TextLabelStyle
API Level: 9
View Source

WarningProgress

Get or set slided warning track.

Declaration
C#
Copy
public ImageViewStyle WarningProgress { get; set; }
Property Value
Type Description
ImageViewStyle
View Source

WarningTrack

Get or set background warning track.

Declaration
C#
Copy
public ImageViewStyle WarningTrack { get; set; }
Property Value
Type Description
ImageViewStyle

Methods

View Source

CopyFrom(BindableObject)

Copy properties of other ViewStyle to this.

Declaration
C#
Copy
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type Name Description
BindableObject bindableObject
Overrides
API Level: 8
View Source

Dispose(Boolean)

Dispose SliderStyle and all children on it.

Declaration
C#
Copy
protected override void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing

true in order to free managed objects

Overrides

Implements

IDisposable

Extension Methods