Search
DiagramItem.ZBottom Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ZBottom (
    bool keepInLayer
)

Visual Basic  Copy Code

Public Sub ZBottom( _
    keepInLayer As Boolean _
)

 Parameters

keepInLayer

 Remarks

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

 See Also