Search
AeroEffect Members
Constructors Methods
 


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

The following tables list the members exposed by the AeroEffect type.

 Public Constructors

  Name Description

AeroEffect

Initializes a new instance of the AeroEffect class.

 Public Methods

  Name Description

addPropertyChangeListener

Adds a PropertyChangeListener to the effect. (Inherited from ItemEffect.)

getInnerOutlineColor

Gets the color of the inner outline.

getOpacity

Gets the opacity to apply to the element's background.

getShadeColor

Gets the color of the shade.

removePropertyChangeListener

Removes the specified PropertyChangeListener from the calendar. (Inherited from ItemEffect.)

setInnerOutlineColor

Sets the color of the inner outline.

setOpacity

Sets the opacity to apply to the element's background.

setShadeColor

Sets the color of the shade.

 See Also