Search
Layer.Active Property
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Active { get; set; }

Visual Basic  Copy Code

Public Property Active As Boolean

 Property Value

true if this is the active layer of the Diagram, otherwise false.

 See Also