Search
Palette.setNewInstanceSize Method
See Also
 

Sets the default size of items created by drag-and-drop from this palette.

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

 Syntax

Java  Copy Code

public void setNewInstanceSize (
    Dimension2D newInstanceSize
)

 Parameters

newInstanceSize

A Dimension2D instance specifying the size of created items.

 See Also