Gets or sets whether users are allowed to edit the text of diagram items.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public bool AllowInplaceEdit { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowInplaceEdit As Boolean |
See Also