Northwoods.GoSilverlight 2.2.4 Assembly
AssignTreeVertexValues Method
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace > TreeLayout Class : AssignTreeVertexValues Method

v

Glossary Item Box

Assign final property values for a TreeVertex.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub AssignTreeVertexValues( _
   ByVal v As TreeVertex _
) 
C# 
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.

Requirements

See Also

© 2017 All Rights Reserved.