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

Gets or sets the Northwoods.GoXam.Layout.IDiagramLayout responsible for positioning all of the top-level nodes in the diagram.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("DiagramLayout")>
Public Property Layout As IDiagramLayout
C# 
[CategoryAttribute("DiagramLayout")]
public IDiagramLayout Layout {get; set;}

Property Value

Initially this is an instance of Northwoods.GoXam.Layout.DiagramLayout. This value may be null, in which case there is no automatic layout of top-level nodes, but there still may be layout of the nodes that are members of groups that have their own layouts.

Remarks

The LayoutManager is responsible for performing this layout after performing any nested layouts that might be defined for some groups via the Group.Layout property.

Requirements

See Also

© 2010 All Rights Reserved.