Search
GlassEffect.setUsePenAsGlow Method
See Also
 






Sets a value indicating whether the glow portion of the effect should be painted with the Pen color of the respective item.

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

 Syntax

Java  Copy Code

public void setUsePenAsGlow (
    boolean value
)

 Parameters

value

true to ignore GlowColor and use the color of the pen for the effect glow; otherwise, false.

 See Also