GoXam for WPF v3
AvoidableMargin Property
Northwoods.GoXam Namespace > Node Class : AvoidableMargin Property
Gets or sets the margin around this node that should be reserved when routing orthogonal links that have Routing is LinkRouting.AvoidsNodes.
Syntax
public Thickness AvoidableMargin {get; set;}

Property Value

The default value is 2 on all four sides. 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.
See Also

Reference

Node Class
Node Members