Northwoods.GoSilverlight 1.2.2 Assembly
Conditions Property
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace > DiagramLayout Class : Conditions Property

Gets or sets the LayoutChange conditions for which DiagramLayout.Invalidate will set DiagramLayout.ValidLayout to false.

Syntax

Visual Basic (Declaration) 
Public Property Conditions As LayoutChange
C# 
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 WPF XAML, you can combine LayoutChange enum values: <go:TreeLayout Conditions="NodeAdded LinkAdded" ... />

In Silverlight XAML, use the ConditionFlags property instead: <golayout:TreeLayout ConditionFlags="NodeAdded LinkAdded" ... />

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

Requirements

See Also

© 2010 All Rights Reserved.