Gets or sets the relative z-order of the diagram item. Lower z-orders appear behind higher z-orders.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
double ZOrder { get; set; }
Visual Basic (Declaration)
Property ZOrder As Double

Remarks

This value represents the z-order of the item relative to its siblings. It does not normally equate to the Panel.ZIndex of the element representing the item in the user interface.

See Also