Gets or sets whether the diagram display is read-only (cannot be modified by the user). This is a dependency property.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsReadOnly { get; set; }
Visual Basic (Declaration)
Public Property IsReadOnly As Boolean

Remarks

Dependency Property Information
Identifier fieldIsReadOnlyProperty
Metadata properties set to trueNone

See Also