Identifies the direction of a scroll arrow.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
C# Copy Code |
---|
public enum ScrollDirection |
Visual Basic Copy Code |
---|
Public Enum ScrollDirection |
Member name | Description | |
---|---|---|
Bottom |
Scroll to the bottom. |
|
Left |
Scroll to the left. |
|
Right |
Scroll to the right. |
|
Top |
Scroll to the top. |
MindFusion.UI.Wpf Namespace