Search
Overview.setBackgroundColor Method
See Also
 

Sets the background color of the overview control.

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

 Syntax

Java  Copy Code

public void setBackgroundColor (
    Color value
)

 Parameters

value

A Color object representing the overview background color.

 See Also