Search
ShapeListBox.setIconSize Method
See Also
 

Sets the size of the shape icons displayed in the ListBox.

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

 Syntax

Java  Copy Code

public void setIconSize (
    Dimension value
)

 Parameters

value

A Dimension object specifying the icon size.

 See Also