Search
ItemSettings.setPaddingTop Method
See Also
 






Sets the amount of space between the top side of an item and top frame line of the calendar cell that contains the item.

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

 Syntax

Java  Copy Code

public void setPaddingTop (
    Integer value
)

 Parameters

value

An integer value specifying the distance between the top side of an item and the top side of the cell containing it. Set to null to use the corresponding value from the current theme. Set to -1 to indicate that this property should be ignored and the value of Padding should be regarded instead.

 See Also