Class ScrollBarStyle

Definition

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

ScrollBarStyle is a class which saves Scrollbar's ux data.

C#
Copy
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 Source

ScrollBarStyle()

Creates a new instance of a ScrollBarStyle.

Declaration
C#
Copy
public ScrollBarStyle()
View Source

ScrollBarStyle(ScrollBarStyle)

Creates a new instance of a ScrollBarStyle with style.

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

Create ScrollBarStyle by style customized by user.

Properties

View Source

Direction

Get or set direction type.

Declaration
C#
Copy
public ScrollBar.DirectionType? Direction { get; set; }
Property Value
Type Description
Nullable<ScrollBar.DirectionType>
View Source

Duration

Get or set duration.

Declaration
C#
Copy
public uint Duration { get; set; }
Property Value
Type Description
UInt32
View Source

Thumb

Get or set thumb image style.

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

Track

Get or set track image style.

Declaration
C#
Copy
public ImageViewStyle Track { 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

Implements

IDisposable

Extension Methods