Identifies the direction of a scroll arrow.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
public enum ScrollDirection |
Visual Basic
Copy Code
|
|---|
Public Enum ScrollDirection |
Members| Member name | Description | |
|---|---|---|
![]() |
Bottom |
Scroll to the bottom. |
![]() |
Left |
Scroll to the left. |
![]() |
Right |
Scroll to the right. |
![]() |
Top |
Scroll to the top. |
See Also