Enumerates the trajectory directions type.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public enum GuideDirection |
| Visual Basic (Declaration) |
|---|
Public Enumeration GuideDirection |
| Visual C++ |
|---|
public enum class GuideDirection |
Members
| Member name | Description | |
|---|---|---|
| Free | Specifies the arbitrary direction. | |
| BottomToTop | Specifies direction from bottom to left. | |
| TopToBottom | Specifies direction from top to bottom. | |
| LeftToRight | Specifies direction from left to right. | |
| RightToLeft | Specifies direction from right to left. |