Search
ItemSettings.setShadowOffset Method
See Also
 






Sets the offset of the shadows from the items.

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

 Syntax

Java  Copy Code

public void setShadowOffset (
    Integer value
)

 Parameters

value

An integer value specifying with how many pixels an item's shadow is offset from the item. The allowed values range from 1 to 5. Set to null to use the corresponding value from the current theme.

 See Also