Northwoods.GoWPF 2.2.4 Assembly
Layout Property (Diagram)

Gets or sets the Northwoods.GoXam.Layout.IDiagramLayout responsible for positioning all of the top-level nodes in the diagram.
Syntax
<CategoryAttribute("DiagramLayout")>
Public Property Layout As IDiagramLayout
[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

Reference

Diagram Class
Diagram Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback