Gets or sets a value indicating whether layer titles can be in-place edited.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
See Also