GoXam for WPF v3
UsesObservedNodeLocation Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
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
C#
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