Search
ListViewBase.padding Property
See Also
 






Gets or sets the padding space between item's slot bounds and its contents.

Namespace: MindFusion.Diagramming
File: ListViewBase.js

 Syntax

JavaScript  Copy Code

get padding() {}
set padding(value) {}

 Property Value

Number

A number that specifies the padding space size.

 See Also