Gets or sets whether or not a change has been made to this DiagramSurface since the last time the diagram was saved. 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 IsDirty { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsDirty As Boolean

Remarks

Dependency Property Information
Identifier fieldIsDirtyProperty
Metadata properties set to trueNone

See Also