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

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

Syntax

Visual Basic (Declaration) 
Public Property ConditionFlags As LayoutChangeValue
C# 
public LayoutChangeValue ConditionFlags {get; set;}

Property Value

By default this includes all LayoutChange flags except for NodeSizeChanged.

Remarks

This is the same property as Northwoods.GoXam.Layout.DiagramLayout.Conditions, except that the type is LayoutChangeValue, which can be parsed by XAML. In Silverlight XAML: <golayout:TreeLayout ConditionFlags="NodeAdded LinkAdded" ... />

Requirements

See Also

© 2010 All Rights Reserved.