Search
LayerListView.setDisplayText Method
See Also
 

Sets a value indicating whether to paint the text of items in the overview.

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

 Syntax

Java  Copy Code

public void setDisplayText (
    boolean value
)

 Parameters

value

true to display items' text, otherwise false.

 See Also