Search
ShapeListBox.setIconMargin Method
See Also
 

Sets the horizontal and vertical margins of the shape icons in the ListBox.

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

 Syntax

Java  Copy Code

public void setIconMargin (
    Dimension value
)

 Parameters

value

A Dimension object specifying the margins size.

 See Also