Piccolo.NET

PNode.MoveInBackOf Method 

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

public void MoveInBackOf(
   PNode sibling
);

Parameters

sibling
The sibling to move behind.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility