Represents the base class of all visual effects that can be applied to the elements in an Calendar.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public abstract class ItemEffect |
RemarksEffects can be applied by adding instances of the concrete effect classes to the Calendar.ItemEffects collection.
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.scheduling.ItemEffect
com.mindfusion.scheduling.AeroEffect
com.mindfusion.scheduling.GlassEffect
See Also