Enumeration for specifying different view positions of underlying data.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public enum Position |
| Visual Basic (Declaration) |
|---|
Public Enumeration Position |
| Visual C++ |
|---|
public enum class Position |
Members
| Member name | Description | |
|---|---|---|
| Start |
The starting position.
| |
| MidPoint |
The midpoint position.
| |
| End |
The ending position.
|