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

Gets or sets the LayoutManager that is responsible for positioning all of the nodes in the diagram.

Syntax

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

Property Value

Initially this is an instance of LayoutManager. There must always be a non-null value for this property. LayoutManagers cannot be shared by Diagrams.

Requirements

See Also

© 2010 All Rights Reserved.