GoXam for WPF v3
IsFixed Method
Northwoods.GoXam.Layout Namespace > ForceDirectedLayout Class : IsFixed Method
This predicate returns true if the node should not be moved by the layout algorithm but still have an effect on nearby and connected nodes. The default implementation returns ForceDirectedVertex.IsFixed.
Syntax
protected virtual bool IsFixed( 
   ForceDirectedVertex v
)

Parameters

v

Return Value

Returns true if node should not be moved by the layout algorithm
See Also

Reference

ForceDirectedLayout Class
ForceDirectedLayout Members