Gets or sets a value indicating whether the layer is locked.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |