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





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

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

 Syntax

C#  Copy Code

public void ZTop (
    bool keepInLayer
)

Visual Basic  Copy Code

Public Sub ZTop( _
    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 top of the z-order.

 See Also

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