Class ScrollbarStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
ScrollbarStyle is a class which saves Scrollbar's style data.
public class ScrollbarStyle : ControlStyle, IDynamicResourceHandler, IDisposable
- Inheritance
- Implements
-
IDisposable
Constructors
View SourceScrollbarStyle()
Creates a new instance of a ScrollbarStyle.
Declaration
public ScrollbarStyle()
ScrollbarStyle(ScrollbarStyle)
Copy constructor.
Declaration
public ScrollbarStyle(ScrollbarStyle style)
Parameters
| Type | Name | Description |
|---|---|---|
| ScrollbarStyle | style | Create ScrollbarStyle by style customized by user. |
Properties
View SourceThumbColor
The color of the thumb part.
Declaration
public Color ThumbColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
ThumbHorizontalImageUrl
The image url of the horizontal thumb.
Declaration
public string ThumbHorizontalImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ThumbThickness
The thickness of the thumb.
Declaration
public float? ThumbThickness { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
ThumbVerticalImageUrl
The image url of the vertical thumb.
Declaration
public string ThumbVerticalImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrackColor
The color of the track part.
Declaration
public Color TrackColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
TrackPadding
The padding value of the track.
Declaration
public Extents TrackPadding { get; set; }
Property Value
| Type | Description |
|---|---|
| Extents |
TrackThickness
The thickness of the track.
Declaration
public float? TrackThickness { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
Implements
IDisposable