Search
TimetableSettings.setTimelinePadding Method
See Also
 






Sets the padding of the separator lines in the timeline, expressed as a percent of the timeline size.

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

 Syntax

Java  Copy Code

public void setTimelinePadding (
    Integer value
)

 Parameters

value

An integer value specifying the padding of the timeline separator lines, in percents. Set to null to use the corresponding value from the current theme.

 See Also