Symbolic ratio specifier.
Namespace: yWorks.yFiles.LayoutAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum SliderRatio |
| Visual Basic |
|---|
Public Enumeration SliderRatio |
Members
| Member name | Description | ||
|---|---|---|---|
| Center | 0 | Symbolic ratio specifier. Valid only in conjunction with slider mode Center . | |
| Tail | 1 | Symbolic ratio specifier. Valid only in conjunction with slider mode Side . Determines a label to be right of or below the edge's path. | |
| Head | 2 | Symbolic ratio specifier. Valid only in conjunction with slider mode Side . Determines a label to be left of or above the edge's path. | |
| Left | 3 | Symbolic ratio specifier. Valid only in conjunction with slider mode Side . Determines a label to be left of the edge's path. | |
| Right | 4 | Symbolic ratio specifier. Valid only in conjunction with slider mode Side . Determines a label to be right of the edge's path. |