DiagramLite Programmer's Guide
DiagramItem.ZBottom Method
See Also
 





Moves the item to the bottom of the z-order.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public void ZBottom (
    bool keepInLayer
)

Visual Basic  Copy Code

Public Sub ZBottom( _
    keepInLayer As Boolean _
)

 Parameters

keepInLayer
true keeps the item in its original layer; false allows moving the item across layers.

 Remarks

Call this method to move the item to the bottom of the z-order.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace