Piccolo.NET

PNode.MoveInFrontOf Method 

Change the order of this node in its parent's children list so that it will draw after the given sibling node.

public void MoveInFrontOf(
   PNode sibling
);

Parameters

sibling
The sibling to move in front of.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility