Search
DiagramPresenter.ReadOnly Property
See Also
 





Gets or sets whether the presenter prevents user interaction with the diagram.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool ReadOnly { get; set; }

Visual Basic  Copy Code

Public Property ReadOnly As Boolean

 Property Value

 See Also