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





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

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

 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 the method to move the item to the bottom of the z-order.

 See Also

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