Northwoods.GoSilverlight 1.1.3 Assembly
MultiLayout Class
Members  See Also  Send Feedback
Northwoods.GoXam.Layout Namespace : MultiLayout Class

This IDiagramLayout is a compound layout where each of the nested Layouts works on a subset of the nodes and links that are this MultiLayout's responsibility.

Syntax

Visual Basic (Declaration) 
<ContentPropertyAttribute("Layouts")>
Public Class MultiLayout 
   Inherits System.Windows.FrameworkElement
   Implements IDiagramLayout 
C# 
[ContentPropertyAttribute("Layouts")]
public class MultiLayout : System.Windows.FrameworkElement, IDiagramLayout  

Remarks

The items in the Layouts collection must implement the IDiagramLayout interface, and are normally instances of a Northwoods.GoXam.Layout.DiagramLayout class. Nesting of MultiLayouts is probably not useful.

Although this class inherits from FrameworkElement in order to support data binding, it is not really a FrameworkElement or UIElement! Please ignore all of the properties, methods, and events defined by FrameworkElement and UIElement.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            Northwoods.GoXam.Layout.MultiLayout

See Also