Enumerates joint docking types.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public enum JointDocking  | 
| Visual Basic (Declaration) | 
|---|
Public Enumeration JointDocking  | 
| Visual C++ | 
|---|
public enum class JointDocking  | 
Members
| Member name | Description | |
|---|---|---|
| None | Specifes docking absence.  | |
| Center | Specifies docking center.  | |
| Left | Sets docking to left.  | |
| Right | Sets docking to right.  | |
| Top | Sets docking to top.  | |
| Bottom | Sets docking to bottom.  | |
| LeftBottom | Sets docking to left bottom.  | |
| LeftTop | Sets docking to left top.  | |
| RightBottom | Sets docking to right bottom.  | |
| RightTop | Sets docking to right top.  |