Search
ListViewBase.iconSize Property
See Also
 





Gets or sets the size of items displayed in this list view.

Namespace: MindFusion.Diagramming
File: ListViewBase.js

 Syntax

JavaScript  Copy Code

get iconSize() {}
set iconSize(value) {}

 Property Value

Size

An instance of the Size class specifying item size.

 See Also