Class ScrollbarStyle

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll

ScrollbarStyle is a class which saves Scrollbar's style data.

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

Constructors

View Source

ScrollbarStyle()

Creates a new instance of a ScrollbarStyle.

Declaration
C#
Copy
public ScrollbarStyle()
View Source

ScrollbarStyle(ScrollbarStyle)

Copy constructor.

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

Create ScrollbarStyle by style customized by user.

Fields

View Source

ThumbColorProperty

Bindable property of ThumbColor

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

ThumbHorizontalImageUrlProperty

Bindable property of ThumbBackgroundImageUrl

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

ThumbThicknessProperty

Bindable property of ThumbThickness

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

ThumbVerticalImageUrlProperty

Bindable property of ThumbBackgroundImageVertical

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

TrackColorProperty

Bindable property of TrackColor

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

TrackPaddingProperty

Bindable property of TrackPadding

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

TrackThicknessProperty

Bindable property of TrackThickness

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

Properties

View Source

ThumbColor

The color of the thumb part.

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

ThumbHorizontalImageUrl

The image url of the horizontal thumb.

Declaration
C#
Copy
public string ThumbHorizontalImageUrl { get; set; }
Property Value
Type Description
String
View Source

ThumbThickness

The thickness of the thumb.

Declaration
C#
Copy
public float? ThumbThickness { get; set; }
Property Value
Type Description
Nullable<Single>
View Source

ThumbVerticalImageUrl

The image url of the vertical thumb.

Declaration
C#
Copy
public string ThumbVerticalImageUrl { get; set; }
Property Value
Type Description
String
View Source

TrackColor

The color of the track part.

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

TrackPadding

The padding value of the track.

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

TrackThickness

The thickness of the track.

Declaration
C#
Copy
public float? TrackThickness { get; set; }
Property Value
Type Description
Nullable<Single>

Implements

IDisposable

Extension Methods