Gets or sets whether the presenter prevents user interaction with the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ReadOnly { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ReadOnly As Boolean |
See Also