| Name | Description |
 | Alignment |
Gets or sets how this parent node should be aligned relative to its children.
|
 | Angle |
Gets or sets the actual absolute angle at which this node should grow.
|
 | Bounds |
Gets or sets the Bounds of this node.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | BreadthLimit |
Gets or sets how broad a node and its descendents should be.
|
 | Center |
Gets or sets the center Point of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | ChildPortSpot | Gets or sets the spot that children nodes' ports get as their ToSpot, if SetsChildPortSpot is true and the node has only a single port. |
 | Children |
Gets or sets the array of logical children for this node.
|
 | ChildrenCount |
Gets the number of immediate children that this node has.
|
 | CommentMargin |
Gets or sets the space to leave between the node and the comments.
|
 | Comments | Gets or sets a collection of Northwoods.GoXam.Nodes that will be positioned near the node. |
 | CommentSpacing |
Gets or sets the space to leave between consecutive comments.
|
 | Compaction |
Gets or sets how the children of this node should be packed together.
|
 | Comparer |
Gets or sets how the children should be sorted.
|
 | DescendentCount |
Gets the number of descendents this node has.
|
 | DestinationEdges |
Gets an enumerator that iterates over all of the edges going out of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | DestinationEdgesCount |
Gets the number of edges coming out of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | DestinationVertexes |
Gets an enumerator over all of the vertexes that have edges going out of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | Edges |
Gets an enumerator over all of the edges going out of or coming into this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | EdgesCount |
Gets the number of edges connected to this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | Focus | Gets or sets the offset of the Center from the Bounds.Position . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | Height | Gets the Bounds.Height . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | Initialized | Gets or sets whether this node has been initialized as part of TreeLayout.CreateTrees. |
 | InternalFlags | |
 | LayerSpacing |
Gets or sets the distance there should be between this node and its layer of children.
|
 | LayerSpacingParentOverlap |
Gets or sets the fraction of this node's depth that may overlap with the children's layer.
|
 | Level |
Gets the number of single-parent ancestors this node has.
|
 | MaxChildrenCount |
Gets the maximum number of children of any descendent of this node.
|
 | MaxGenerationCount |
Gets the maximum depth of the subtrees below this node.
|
 | Network |
Gets or sets the network that this vertex is part of.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | Node | Gets or sets the Node associated with this network vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | NodeIndent |
Gets or sets the distance the first child should be indented.
|
 | NodeIndentPastParent |
Gets or sets whether the first child should be indented past the parent node's breadth.
|
 | NodeSpacing |
Gets or sets the distance between child nodes.
|
 | Parent |
Gets or sets the logical parent for this node.
|
 | PortSpot | Gets or sets the spot that this node's port gets as its FromSpot, if SetsPortSpot is true and the node has only a single port. |
 | Position |
Gets or sets the position (top-left corner) of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | RelativePosition |
Gets or sets the position of this node relative to its parent node.
|
 | RowIndent |
Gets or sets the distance the first child of each row should be indented.
|
 | RowSpacing |
Gets or sets the distance between rows within one layer, all sharing the same parent.
|
 | SetsChildPortSpot | Gets or sets whether SetPortSpots should set the ToSpot for each child node port. |
 | SetsPortSpot | Gets or sets whether SetPortSpots should set the FromSpot for this parent node port. |
 | Size | Gets the Bounds.Size . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | Sorting |
Gets or sets whether and in what order the children should be sorted.
|
 | SourceEdges |
Gets an enumerator that iterates over all of the edges coming into this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | SourceEdgesCount |
Gets the number of edges going into this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | SourceVertexes |
Gets an enumerator over all of the vertexes that have edges coming into this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | SubtreeOffset |
Gets or sets the offset of this parent node relative to its whole subtree.
|
 | SubtreeSize |
Gets or sets the size of the subtree (including all descendents) parented by this node.
|
 | Vertexes |
Gets an enumerator over all of the vertexes that are connected to this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |
 | Width | Gets the Bounds.Width . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>) |