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
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |