Search
Style.getImageTransparency Method
See Also
 






Gets the transparency of the image associated with this style.

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

 Syntax

Java  Copy Code

public Integer getImageTransparency ()

 Return Value

An integer value specifying the image transparency.

 Remarks

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

 See Also