Aurigma Graphics Mill 5.5 for .NET
ScrollValue Enumeration
Contains the most common scroll bar positions.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public Enumeration ScrollValue
C#
public enum ScrollValue
Members
| Member name | Description | |
|---|---|---|
| PageBack |
The position of the previous page. |
|
| PageForward |
The position of the next page. |
|
| StepBack |
The position of the previous step. |
|
| StepForward |
The position of the next step. |
|
| Begin |
The initial position of the scroll bar. |
|
| End |
The final position of the scroll bar. |