Gets or sets whether this IDiagramConnection has been user modified or not. A user modified connection is one that has had one or more of its DiagramConnectionSegment objects positioned by a user.

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

Syntax

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

See Also