Enumerates the scale docking type.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public enum ScaleDocking  | 
| Visual Basic (Declaration) | 
|---|
Public Enumeration ScaleDocking  | 
| Visual C++ | 
|---|
public enum class ScaleDocking  | 
Members
| Member name | Description | |
|---|---|---|
| None | Specifies that the scale docking is not defined.  | |
| Inside | Specifies the inside scale docing.  | |
| Outside | Specifies the outside scale docing.  | |
| Center | Specifies the center scale docing.  |