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

Gets or sets the Northwoods.GoXam.Layout.IDiagramLayout used to position the member nodes and route the member links of this Group.

Syntax

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

Property Value

Initially this is an instance of Northwoods.GoXam.Layout.DiagramLayout. If the value is null, there is no automatic layout of the member nodes of this group, and the member nodes may be laid out by the containing group's layout, or else by the diagram's Layout. The value is actually stored on the Part.VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.

Requirements

See Also

© 2010 All Rights Reserved.