GoXam for WPF v3
SkipsInvalidate 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
: SkipsInvalidate Property
Gets or sets whether
InvalidateLayout
should do nothing when a part is added/removed/changed.
Syntax
C#
public
bool
SkipsInvalidate {
get
;
set
;}
Property Value
By default this is false.
Remarks
This property does not affect the behavior of
LayoutDiagram(LayoutInitial,Boolean)
in determining the value of
Northwoods.GoXam.Layout.IDiagramLayout.ValidLayout
for all layouts in this diagram.
See Also
Reference
LayoutManager Class
LayoutManager Members