Northwoods.GoSilverlight 1.2.2 Assembly
ValidLayout Property
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace > IDiagramLayout Interface : ValidLayout Property

Gets or sets whether this layout is valid; if not, the Northwoods.GoXam.LayoutManager will call Northwoods.GoXam.Layout.IDiagramLayout.DoLayout sometime in order to try to make the layout valid.

Syntax

Visual Basic (Declaration) 
Property ValidLayout As Boolean
C# 
bool ValidLayout {get; set;}

Remarks

As parts are added, modified, or removed, or as layouts are replaced, Northwoods.GoXam.Layout.IDiagramLayout.Invalidate will be called, and depending on the conditions will set this property to false.

Requirements

See Also

© 2010 All Rights Reserved.