Search
ListViewBase.newInstanceSize Property
See Also
 





Gets or sets the default size of items created by drag-and-drop from this list view.

Namespace: MindFusion.Diagramming
File: ListViewBase.js

 Syntax

JavaScript  Copy Code

get newInstanceSize() {}
set newInstanceSize(value) {}

 Property Value

Size

An instance of the Size class specifying item size.

 See Also