Gets or sets the z-order position of the object.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public int ZIndex { get; set; } |
Visual Basic Copy Code |
---|
Public Property ZIndex As Integer |
An integer value specifying the position of the diagram item within the z-order.
Use the property to arrange item in z-order. Items with lower ZIndex appear behind items with higher ZIndex.