PocketPlanner Programmer's Guide

ShadowStyle Enumeration

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public enum ShadowStyle

Visual Basic

Public Enumeration ShadowStyle

 Members

  Member name Description

Fading

Display a fading shadow.

None

Do not display a shadow.

Solid

Display a solid shadow.

Unspecified

The shadow style is not specified.

 See Also