Class HybridScrollControl.ScrollDirection
Defines the constants that specifies the direction of scrolling.
Inheritance
System.Object
HybridScrollControl.ScrollDirection
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class ScrollDirection : Enum
Fields
Down
Specifies the scrolling towards the down direction.
Declaration
public const HybridScrollControl.ScrollDirection Down
Field Value
| Type |
|---|
| HybridScrollControl.ScrollDirection |
Up
Specifies the scrolling towards the up direction.
Declaration
public const HybridScrollControl.ScrollDirection Up
Field Value
| Type |
|---|
| HybridScrollControl.ScrollDirection |