Class ScrollDirection
Specifies the direction in which to scroll.
Inheritance
System.Object
ScrollDirection
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class ScrollDirection : Enum
Fields
Left
Scrolls to the left.
Declaration
public const ScrollDirection Left
Field Value
| Type |
|---|
| ScrollDirection |
Right
Scrolls to the right.
Declaration
public const ScrollDirection Right
Field Value
| Type |
|---|
| ScrollDirection |