Class ScrollBarStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
ScrollBarStyle is a class which saves Scrollbar's ux data.
public class ScrollBarStyle : ControlStyle, IDynamicResourceHandler, IDisposable
- Inheritance
- Implements
-
IDisposable
Remarks
Please note that this class will be replaced with ScrollbarStyle class in the near future.
Constructors
View SourceScrollBarStyle()
Creates a new instance of a ScrollBarStyle.
Declaration
public ScrollBarStyle()
Remarks
Please note that this class will be replaced with ScrollbarStyle class in the near future.
ScrollBarStyle(ScrollBarStyle)
Creates a new instance of a ScrollBarStyle with style.
Declaration
public ScrollBarStyle(ScrollBarStyle style)
Parameters
| Type | Name | Description |
|---|---|---|
| ScrollBarStyle | style | Create ScrollBarStyle by style customized by user. |
Remarks
Please note that this class will be replaced with ScrollbarStyle class in the near future.
Properties
View SourceDirection
Get or set direction type.
Declaration
public ScrollBar.DirectionType? Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| DirectionType? |
Remarks
Please note that this class will be replaced with ScrollbarStyle class in the near future.
Duration
Get or set duration.
Declaration
public uint Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
Remarks
Please note that this class will be replaced with ScrollbarStyle class in the near future.
Thumb
Get or set thumb image style.
Declaration
public ImageViewStyle Thumb { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageViewStyle |
Remarks
Please note that this class will be replaced with ScrollbarStyle class in the near future.
Track
Get or set track image style.
Declaration
public ImageViewStyle Track { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageViewStyle |
Remarks
Please note that this class will be replaced with ScrollbarStyle class in the near future.
Methods
View SourceCopyFrom(BindableObject)
Copy properties of other ViewStyle to this.
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
| Type | Name | Description |
|---|---|---|
| BindableObject | bindableObject |
Overrides
Remarks
Please note that this class will be replaced with ScrollbarStyle class in the near future.