Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
[FlagsAttribute] public enum DiscreteNodeLabelPosition |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration DiscreteNodeLabelPosition |
Members
| Member name | Description | ||
|---|---|---|---|
| North | 1 | Symbolic position specifier. Places the label north of the node. | |
| NorthWest | 2 | Symbolic position specifier. Places the label north-west of the node. | |
| NorthEast | 4 | Symbolic position specifier. Places the label north-east of the node. | |
| East | 8 | Symbolic position specifier. Places the label east of the node. | |
| West | 16 | Symbolic position specifier. Places the label west of the node. | |
| South | 32 | Symbolic position specifier. Places the label south of the node. | |
| SouthWest | 64 | Symbolic position specifier. Places the label south-west of the node. | |
| SouthEast | 128 | Symbolic position specifier. Places the label south-east of the node. | |
| Center | 256 | Symbolic position specifier. Places the label in the center of the node. | |
| Bottom | 512 | Symbolic position specifier. Places the label at the bottom inside of the node. | |
| Top | 1024 | Symbolic position specifier. Places the label at the top inside of the node. | |
| Left | 2048 | Symbolic position specifier. Places the label at the left inside of the node. | |
| Right | 4096 | Symbolic position specifier. Places the label at the right inside of the node. | |
| TopLeft | 8192 | Symbolic position specifier. Places the label at the top-left inside of the node. | |
| TopRight | 16384 | Symbolic position specifier. Places the label at the top-right inside of the node. | |
| BottomLeft | 32768 | Symbolic position specifier. Places the label at the bottom-left inside of the node. | |
| BottomRight | 65536 | Symbolic position specifier. Places the label at the bottom-right inside of the node. | |
| SandwichMask | 33 | Position mask that constrains the positions to North and South . | |
| InternalMask | 130816 | Position mask that allows only the nine node-internal positions. | |
| SidesMask | 57 | Position mask that constrains the positions to East , West , North , and South . | |
| CornerMask | 198 | Position mask that constrains the positions to NorthEast , NorthWest , SouthEast , and SouthWest . | |
| EightPosMask | 255 | Position mask that allows only the eight node-external positions. |