Search
ItemLabel.Locked Property
See Also
 





Gets or sets a value indicating whether users are allowed to edit this label.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Locked { get; set; }

Visual Basic  Copy Code

Public Property Locked As Boolean

 Property Value

true to prevent users from editing this label, or false otherwise.

 See Also