Search
Item.setStyle Method
See Also
 






Sets a style associated with the item.

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

 Syntax

Java  Copy Code

public abstract void setStyle (
    Style value
)

 Parameters

value

A Style object that defines the appearance of the item.

 Remarks

This style is applied to the item when it is neither pointed with the mouse nor selected.

 See Also