Search
DiagramItem.ZTop Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ZTop (
    bool keepInLayer
)

Visual Basic  Copy Code

Public Sub ZTop( _
    keepInLayer As Boolean _
)

 Parameters

keepInLayer

 Remarks

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

 See Also