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
Java Copy Code |
---|
public class AeroEffect extends ItemEffect |
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:
The following example demonstrates how to apply aero effect to the items in a calendar control.
Java Copy Code |
---|
calendar.getItemEffects().add(new AeroEffect()); |
java.lang.Object
com.mindfusion.scheduling.ItemEffect
com.mindfusion.scheduling.AeroEffect