DiagramLite Programmer's Guide
DiagramItem.ZIndex Property
See Also
 





Gets or sets the z-order position of the object.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public int ZIndex { get; set; }

Visual Basic  Copy Code

Public Property ZIndex As Integer

 Property Value

An integer value specifying the position of the diagram item within the z-order.

 Remarks

Use the property to arrange item in z-order. Items with lower ZIndex appear behind items with higher ZIndex.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace