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
C# Copy Code |
---|
public int LayerIndex { get; set; } |
Visual Basic Copy Code |
---|
Public Property LayerIndex As Integer |
An integer value that specifies the index of the layer.
WpfDiagram Programmer's Guide | © 2024 MindFusion |