DroidDiagram Programmer's Guide
DiagramBuilder.selectionOnTop Method
See Also
 






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

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

 Syntax

Java  Copy Code

public DiagramBuilder selectionOnTop (
    boolean value
)

 Parameters

value

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

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace