MindFusion.Scheduling for ASP.NET Programmer's Guide
ContinuationArrows Enumeration
See Also
 





Gets or sets the type of the continuation arrows.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum ContinuationArrows

Visual Basic  Copy Code

Public Enum ContinuationArrows

 Members

  Member name Value Description

None

-2

No continuation arrows are drawn.

Previous

-1

The continuation arrow points to the previous item.

Both

0

The continuation arrow points to both the previous and the next item.

Next

1

The continuation arrow points to the next item.

 See Also

MindFusion.Scheduling.WebForms Namespace