GoXam for WPF v3
Conditions Property
Northwoods.GoXam.Layout Namespace > DiagramLayout Class : Conditions Property
Gets or sets the LayoutChange conditions for which Invalidate will set ValidLayout to false.
Syntax
public LayoutChange Conditions {get; set;}

Property Value

The default value is LayoutChange.Standard, which includes all Added and Removed flags and DiagramLayoutChanged and GroupLayoutChanged.
Remarks

In XAML, you can combine LayoutChange enum values: <go:TreeLayout Conditions="NodeAdded LinkAdded" ... />

Changing this value does not invalidate this layout, but will cause the next layout to be considered an "initial" one.

See Also

Reference

DiagramLayout Class
DiagramLayout Members