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