Enumeration for possible orientations of a segment in a (partially) orthogonal edge routing.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum SegmentOrientation |
| Visual Basic |
|---|
Public Enumeration SegmentOrientation |
Members
| Member name | Description | ||
|---|---|---|---|
| Horizontal | 1 | The segment has a horizontal orientation, i.e. the end points should be moved vertically in synch so that the orientation is not destroyed. | |
| Vertical | 2 | The segment has a vertical orientation, i.e. the end points should be moved horizontally in synch so that the orientation is not destroyed. | |
| NonOrthogonal | 3 | The segment does not need to be treated especially, both endpoints can be moved independently from each other. |
Remarks
This class is mainly used by IOrthogonalEdgeHelper and OrthogonalEdgeEditingContext.