DroidDiagram Programmer's Guide
Selection.setSetsDirtyFlag Method
See Also
 






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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setSetsDirtyFlag (
    boolean value
)

 Parameters

value

true to set the Dirty flag when selection changes, otherwise, false.

 See Also

Selection Members
Selection Class
com.mindfusion.diagramming Namespace