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 DiscreteEdgeLabelPosition |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration DiscreteEdgeLabelPosition |
Members
| Member name | Description | ||
|---|---|---|---|
| Shead | 1 | Symbolic position specifier. Places the label near the source node. The label's position is to the left of or above the edge's path. | |
| Head | 2 | Symbolic position specifier. Places the label near the middle of the edge's path. The label's position is to the left of or above the edge's path. | |
| Thead | 4 | Symbolic position specifier. Places the label near the target node. The label's position is to the left of or above the edge's path. Places the label near the target node on the "head" side of the edge. | |
| Stail | 8 | Symbolic position specifier. Places the label near the source node. The label's position is to the right of or below the edge's path. | |
| Tail | 16 | Symbolic position specifier. Places the label near the middle of the edge's path. The label's position is to the right of or below the edge's path. | |
| Ttail | 32 | Symbolic position specifier. Places the label near the target node. The label's position is to the right of or below the edge's path. | |
| Scenter | 64 | Symbolic position specifier. Places the label near the source node directly on the edge path. | |
| Center | 128 | Symbolic position specifier. Places the label near the middle of an edge directly on its path. | |
| Tcenter | 256 | Symbolic position specifier. Places the label near the target node directly on the edge path. | |
| TwoPos | 18 | Position mask that constrains allowed positions to the two near the edge's end points. Namely, these are Head and Tail . | |
| Centered | 128 | Position mask that constrains allowed positions to Center . | |
| SixPos | 63 | Position mask that constrains allowed positions to a set of six positions on the "head" and "tail" sides of an edge. Namely, these are Shead , Head , Thead , Stail , Tail , and Ttail . | |
| ThreeCenter | 448 | Position mask that constrains allowed positions to a set of three positions directly on the edge's path. Namely, these are Scenter , Center , and Tcenter . |