Search
Style.setImageIndex Method
See Also
 






Gets the index of the image associated to this style.

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

 Syntax

Java  Copy Code

public void setImageIndex (
    Integer value
)

 Parameters

value

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

 Remarks

The image specified through setImage, if any, takes precedence over the image identified by this index.

 See Also