GoXam for WPF v3
AssignTreeVertexValues Method
Northwoods.GoXam.Layout Namespace > TreeLayout Class : AssignTreeVertexValues Method
Assign final property values for a TreeVertex.
Syntax
protected virtual void AssignTreeVertexValues( 
   TreeVertex v
)

Parameters

v
Remarks

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.

See Also

Reference

TreeLayout Class
TreeLayout Members
InitializeTreeVertexValues Method