MindFusion.Wpf Pack Programmer's Guide
Layer.Active Property
See Also
 





Gets or sets a value indicating whether this layer is the active layer of the Diagram.

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

 Syntax

C#  Copy Code

public bool Active { get; set; }

Visual Basic  Copy Code

Public Property Active As Boolean

 Property Value

true if the layer is the currently active layer; otherwise, false.

 See Also

Layer Members
Layer Class
MindFusion.Diagramming.Wpf Namespace