Specifies how a DiagramElement participates in the z-order.

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

Syntax

C#
public enum ZIndexLayer
Visual Basic (Declaration)
Public Enumeration ZIndexLayer

Members

Member nameDescription
Normal
The element participates normally in the z-order.
LayerBackground
The element appears behind all Normal elements at the same level in the parenting hierarchy. The relative order of LayerBackground elements is not determined.
Topmost
The element appears in front of all non-Topmost elements. The relative order of Topmost elements is not determined.
DiagramBackground
The element appears behind all non-DiagramBackground elements. The relative order of DiagramBackground elements is not determined.

See Also