Unindexed
Gets or sets whether the Node (if any) is positioned aligned to the center of its layer or to the left side (if direction == 0) or top side (if direction == 90) of its layer.
The default value is true but gets the value of LayeredDigraphLayout.centered.
Gets or sets the column to which the node is assigned. The default value is -1.
This property is not used during straightening and packing of nodes when using LayeredDigraphLayout.alignOption.
Gets or sets the connected component to which the node is assigned. The default value is NaN.
This property is not used during straightening and packing of nodes when using LayeredDigraphLayout.alignOption.
Gets or sets the index to which the node is assigned. The default value is -1.
Gets or sets the layer to which the node is assigned. The default value is -1.
Gets or sets another LayeredDigraphVertex in the same layer that this node should be near. The default value is null.
This holds LayeredDigraphLayout-specific information about Nodes.
This class inherits from LayoutVertex.