Search
Style.setTextShadowOffset Method
See Also
 






Sets the distance of the shadow from the texts.

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

 Syntax

Java  Copy Code

public void setTextShadowOffset (
    Integer value
)

 Parameters

value

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

 See Also