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





Gets or sets a value indicating whether the layer is locked.

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

 Syntax

C#  Copy Code

public bool Locked { get; set; }

Visual Basic  Copy Code

Public Property Locked As Boolean

 Property Value

true if the layer is locked; otherwise, false.

 Remarks

Items associated with locked layers cannot be modified interactively, regardless of their own Locked property.

 See Also

Layer Members
Layer Class
MindFusion.Diagramming.Wpf Namespace