Gets or sets if the content of a node within this DiagramSurface can be changed or not. The default is true; 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 virtual bool CanModifyNodeContent { get; set; }
Visual Basic (Declaration)
Public Overridable Property CanModifyNodeContent As Boolean

Remarks

Dependency Property Information
Identifier fieldCanModifyNodeContentProperty
Metadata properties set to trueNone

See Also