Gets or sets a value indicating whether the layer is locked. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
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.