DroidDiagram Programmer's Guide
Diagram.setSelectionOnTop Method
See Also
 






Sets a value indicating whether selected items should be drawn on top of the non-selected ones.

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

 Syntax

Java  Copy Code

public void setSelectionOnTop (
    boolean value
)

 Parameters

value

true if selected items should be drawn above non-selected ones, otherwise false.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace