Gets or sets a value indicating whether layer titles can be in-place edited.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |