Search
ItemSettings.getPadding Method
See Also
 






Gets the amount of space between each item and the frame lines of the calendar cell that contains the item.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Integer getPadding ()

 Return Value

A non-negative integer value specifying how many pixels there are left between items and the time cells containing them.

 Remarks

In a CalendarView.Timetable view this is the distance between consecutive items.

 See Also