GoXam for WPF v3
Initial 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
>
LayoutManager Class
: Initial Property
Gets or sets under what conditions an "initialization" or "reset" of the model should cause layouts to be invalidated.
Syntax
C#
public
LayoutInitial
Initial {
get
;
set
;}
Property Value
The default value is
LayoutInitial.InvalidateIfNodesUnlocated
.
Remarks
The diagram will call
LayoutDiagram(LayoutInitial,Boolean)
with this value when there has been a significant change to the whole diagram, such as:
the diagram's model's
Northwoods.GoXam.Model.IDiagramModel.NodesSource
(or other source) has been replaced
one of the diagram's model's "Path..." properties has changed
the diagram's
Model
has been replaced
one or more of the diagram's node
DataTemplate
s have been replaced
See Also
Reference
LayoutManager Class
LayoutManager Members