Gets or sets a value indicating whether the layer is locked.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Locked { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Locked As Boolean |
true if the layer is locked; otherwise, false.
RemarksItems associated with locked layers cannot be modified interactively, regardless of their own Locked property.
See Also