Search
ListViewSettings.setHeaderShadowOffset Method
See Also
 






Sets the offset of the shadows from the headers that cast them.

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

 Syntax

Java  Copy Code

public void setHeaderShadowOffset (
    Integer value
)

 Parameters

value

An integer value specifying the distance between a header and its shadow. The allowed values range from 1 to 5. Set to null to use the corresponding value from the current theme.

 See Also