Search
AeroEffect Class
Remarks See Also
 






Represents an effect that adds semitransparency to the element and emphasizes its outline by adding a shade and an inner stroke.

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

 Syntax

Java  Copy Code

public class AeroEffect extends ItemEffect

 Remarks

This effect can be applied to the elements in an Calendar by adding an instance of this class to the Calendar.ItemEffects collection.

The following image illustrates the Aero effect applied to an item as well as how the different properties affect the output:

 Example

The following example demonstrates how to apply aero effect to the items in a calendar control.

Java  Copy Code

calendar.getItemEffects().add(new AeroEffect());

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.scheduling.ItemEffect
        com.mindfusion.scheduling.AeroEffect

 See Also