Northwoods.GoSilverlight 1.2.2 Assembly
NodeLayer Class
Members  See Also  Send Feedback
Northwoods.GoXam Namespace : NodeLayer Class

This class holds only Nodes together in one layer.

Syntax

Visual Basic (Declaration) 
Public Class NodeLayer 
   Inherits Layer
C# 
public class NodeLayer : Layer 

Remarks

There can be any mixture of node classes, including Group and Adornment. It automatically sorts the nodes within the layer so that each Group is behind its own children in this layer.

You may not apply any transforms to a NodeLayer; that is reserved to GoXam for future use.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Panel
               Northwoods.GoXam.Layer
                  Northwoods.GoXam.NodeLayer

Requirements

See Also

© 2010 All Rights Reserved.