Gets or sets the amount of space between adjacent Item-s.
Namespace: MindFusion.Scheduling
File: ItemSettings.js
JavaScript Copy Code |
---|
get spacing() {} |
Number. The amount of space between adjacent items in pixels.
The following code uses the itemSettings property of a calendar, which is of type ItemSettings to specify the spacing of adjacent calendar items.
JavaScript Copy Code |
---|
// set the height of item visuals calendar.itemSettings.spacing = 5; |