Search
Appointment.setStyle Method
See Also
 






Sets the style associated with this appointment.

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

 Syntax

Java  Copy Code

public void setStyle (
    Style value
)

 Parameters

value

An instance of the Style class that defines the appearance of the item.

 Remarks

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

 See Also