Gets or sets a value indicating whether layer titles can be in-place edited. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls.Silverlight
C# Copy Code |
---|
public bool AllowTitleEdit { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowTitleEdit As Boolean |
true to allow in-place editing of layer titles; otherwise, false. The default is false.