DiagramLite Programmer's Guide
Diagram.ActiveLayer Property
See Also
 





Gets or sets the zero-based index of the active layer.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public int ActiveLayer { get; set; }

Visual Basic  Copy Code

Public Property ActiveLayer As Integer

 Property Value

An integer value that specifies the index of the active layer.

 Remarks

The LayerIndex of newly drawn items is automatically set to the value of this property.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Layers Property