TreePlus GetElementForNode Method TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Gets the corresponding UI-Element from inside the drawing Canvas for a specified Node.

Namespace: TreePlusSilverlight
Assembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Parameters

n
Type: TreePlusSilverlight.Graph Node
The Node for which the corresponding UI-Element should be returned.

Return Value

Returns a UIElement for the specified Node, which if found usually is of type TreePlusUINode. Otherwise this function returns null.
See Also