Search
ShadowStyle Enumeration
See Also
 






Specifies what type of shadow effect to apply to a calendar UI element.

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

 Syntax

Java  Copy Code

public enum ShadowStyle

 Members

  Member name Description

Fading

Display a fading shadow.

Note: If this style is not supported on a specific platform, shadows will be displayed solid.

None

Do not display a shadow.

Solid

Display a solid shadow.

 See Also