Search
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
Assembly: MindFusion.Diagramming

 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