Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum ParentConnectorDirection |
| Visual Basic |
|---|
Public Enumeration ParentConnectorDirection |
Members
| Member name | Description | ||
|---|---|---|---|
| None | -2 | Byte constant that is as argument to the main method, indicating that no connector should be calculated. | |
| Any | -1 | Byte constant that is an argument to the main method, indicating that any connector direction can be used for the connection to the parent node. | |
| North | 0 | Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into north direction. | |
| East | 1 | Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into east direction. | |
| South | 2 | Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into south direction. | |
| West | 3 | Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into west direction. |
See Also
[!:yWorks.yFiles.Layout.Tree.LeftRightPlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.AbstractRotatableNodePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,yWorks.yFiles.Layout.Tree.ParentConnectorDirection)]
[!:yWorks.yFiles.Layout.Tree.DendrogramPlacer.PlaceSubtree(yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Layout.LayoutGraph,yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.BusPlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.DelegatingNodePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Layout.LayoutGraph,yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.GroupNodePlacerWrapper.PlaceSubtree(yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Layout.LayoutGraph,yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.LeafPlacer.PlaceSubtree(yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Layout.LayoutGraph,yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.SimpleNodePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.AssistantPlacer.PlaceSubtree(yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Layout.LayoutGraph,yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.AbstractNodePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,yWorks.yFiles.Layout.Tree.ParentConnectorDirection)]
[!:yWorks.yFiles.Layout.Tree.AbstractNodePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Layout.LayoutGraph,yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.FreePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.LayeredNodePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.DelegatingNodePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Hierarchic.TreeDrawer.HierarchicTreePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.AbstractRotatableNodePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Algorithms.IDataProvider,yWorks.yFiles.Layout.LayoutGraph,yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.ARNodePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.DefaultNodePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.AssistantPlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,sbyte)]
[!:yWorks.yFiles.Layout.Tree.DoubleLinePlacer.PlaceSubtree(yWorks.yFiles.Algorithms.Node,sbyte)]