Search
Style.setHeaderTextShadowOffset Method
See Also
 






Sets the distance of the shadow from the header texts.

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

 Syntax

Java  Copy Code

public void setHeaderTextShadowOffset (
    Integer value
)

 Parameters

value

An integer value specifying the distance between the shadow and the header text, expressed in pixels. Set to null to use the corresponding value from the current theme.

 See Also