Northwoods.GoSilverlight 1.1.3 Assembly
NodePanelSizing Enumeration
See Also  Send Feedback
Northwoods.GoXam Namespace : NodePanelSizing Enumeration

Defines how this NodePanel will resize its children.

Syntax

Visual Basic (Declaration) 
Public Enum NodePanelSizing 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum NodePanelSizing : System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AutoThe NodePanel is automatically sized to fit all of its children.
FixedThe NodePanel takes the size of its first child. All other elements are placed within the bounds defined by the NodePanel.Spot1 and NodePanel.Spot2 properties of that first child.

Remarks

In each scenario, the first child is treated as a background object in the panel and all children are placed within the rectangular area defined by its NodePanel.Spot1 and NodePanel.Spot2 properties. The NodePanel observes the HorizontalAlignment and VerticalAlignment properties on the other children.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.NodePanelSizing

See Also