MindFusion.Wpf Pack Programmer's Guide
DiagramItem.LayerIndex Property
See Also
 





Gets or sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with a layer.

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

 Syntax

C#  Copy Code

public int LayerIndex { get; set; }

Visual Basic  Copy Code

Public Property LayerIndex As Integer

 Property Value

An integer value that specifies the index of the layer.

 Remarks

This property specifies the index of a Layer instance within the Layers collection of the Diagram.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace
ZIndex Property