An NDoc Documented Class Library

SplitLayoutNode Constructor 

Constructor for SplitLayoutNode

public SplitLayoutNode(
   ILayoutNode leftChild,
   ILayoutNode rightChild,
   Orientation orientation,
   Int32 splitterDistance
);

Parameters

leftChild
The left child of this node.
rightChild
The right child of this node.
orientation
The orientation of the split (i.e. horizontal/vertical).
splitterDistance
The distance from the top or the left of the split that the splitter should be at (measured in pixels).

See Also

SplitLayoutNode Class | Sandia.MVCFramework.ViewManager Namespace