Gets or sets the zero-based index of the active layer.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int ActiveLayer { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ActiveLayer As Integer |
An integer value that specifies the index of the active layer.
See Also