MindFusion.Wpf Pack Programmer's Guide
DiagramItem.ZLevelDown Method
See Also
 





Moves the item one level down in the z-order.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void ZLevelDown (
    bool keepInLayer
)

Visual Basic  Copy Code

Public Sub ZLevelDown( _
    keepInLayer As Boolean _
)

 Parameters

keepInLayer

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

 Remarks

Call the method to change the item's position in z-order with one level down.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace
ZLevelUp Method
ZIndex Property
LayerIndex Property