protected virtual void AssignTreeVertexValues( TreeVertex v )
Parameters
- v
This method is commonly overidden in order to provide tree layout properties for particular nodes. This method is called after values have been inherited from other TreeVertexs, so you can examine and modify the values of related tree nodes.
However, when TreeVertex.Alignment is BusBranching, SortTreeVertexChildren will be called before this method is called. In that case changing the TreeVertex.Sorting or TreeVertex.Comparer properties in this method will have no effect.
This method should not walk the tree, since it is called for each TreeVertex in a depth-first manner starting at a root.