Enumeration of the possible positions of the ExteriorLabelModel.
Namespace: yWorks.yFiles.UI.LabelModelsAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum Position |
| Visual Basic |
|---|
Public Enumeration Position |
Members
| Member name | Description | ||
|---|---|---|---|
| North | 0 | Encodes a position outside the node at the top | |
| East | 1 | Encodes a position outside the node at the right side | |
| South | 2 | Encodes a position outside the node at the bottom | |
| West | 3 | Encodes a position outside the node at the left side | |
| NorthEast | 4 | Encodes a position outside the node at the upper right corner | |
| SouthEast | 5 | Encodes a position outside the node at the lower right corner | |
| NorthWest | 6 | Encodes a position outside the node at the upper left corner | |
| SouthWest | 7 | Encodes a position outside the node at the lower left corner |
Remarks
This field can be used as an argument for the CreateParameter(ExteriorLabelModel..::..Position) factory
method.