Search
Style.setImage Method
See Also
 






Sets an image associated with this style.

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

 Syntax

Java  Copy Code

public void setImage (
    Image value
)

 Parameters

value

An Image object. Set to null to use the corresponding value from the current theme.

 Remarks

This image takes precedence over the image specified through setImageIndex.

 See Also