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





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

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

 Syntax

C#  Copy Code

public void ZLevelUp (
    bool keepInLayer
)

Visual Basic  Copy Code

Public Sub ZLevelUp( _
    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 up.

 See Also

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