Search
Style.setImageTransparency Method
See Also
 






Sets the transparency of the image associated with this style.

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

 Syntax

Java  Copy Code

public void setImageTransparency (
    Integer value
)

 Parameters

value

An integer value specifying the image transparency. Set to null to use the corresponding value from the current theme.

 Remarks

The accepted values range from 0 (fully transparent) to 255 (opaque).

 See Also