GoXam for WPF v3
UsesObservedNodeLocation Property
Northwoods.GoXam Namespace > Overview Class : UsesObservedNodeLocation Property
Gets or sets whether this Overview uses the Location of each Node in the Observed Diagram to position the nodes in this overview.
Syntax
public bool UsesObservedNodeLocation {get; set;}

Property Value

The default value is true.
Remarks
When this property is true, the Overview uses a special LayoutManager, because the position of each node is determined by the position of the corresponding node in the Observed diagram.
See Also

Reference

Overview Class
Overview Members