Gets or sets a value indicating whether the diagram's Dirty flag should be set when selection changes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool SetsDirtyFlag { get; set; } |
Visual Basic Copy Code |
---|
Public Property SetsDirtyFlag As Boolean |
true to set the flag when selection changes, otherwise false. The default value is true.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |