Search
ListItem.size Property
See Also
 






Gets or sets the size of this item.

Namespace: MindFusion.Common.UI
File: ListItem.js

 Syntax

JavaScript  Copy Code

get size() {}

 Property Value

A Unit instance that represents the size.

 Example

The following code sets the size of a ListItem to 100.

JavaScript  Copy Code
listItem.size = ui.Unit.pixel(100);

 See Also