MindFusion.Wpf Pack Programmer's Guide
Selection.SetsDirtyFlag Property
See Also
 





Gets or sets a value indicating whether the diagram's Dirty flag should be set when selection changes.

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

 Syntax

C#  Copy Code

public bool SetsDirtyFlag { get; set; }

Visual Basic  Copy Code

Public Property SetsDirtyFlag As Boolean

 Property Value

true to set the flag when selection changes, otherwise false. The default value is true.

 See Also

Selection Members
Selection Class
MindFusion.Diagramming.Wpf Namespace