GoXam for WPF v3
Avoidable Property
Northwoods.GoXam Namespace > Node Class : Avoidable Property
Gets or sets whether this node should be avoided when routing orthogonal links that have Routing is LinkRouting.AvoidsNodes.
Syntax
public bool Avoidable {get; set;}

Property Value

The default value is true. The value is actually stored on the VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.
Remarks
The default value is true, except that it should be false for nodes for which IsLinkLabel is true
See Also

Reference

Node Class
Node Members