Gets or sets the type of the continuation arrows.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum ContinuationArrows |
Visual Basic
![]() |
---|
Public Enum ContinuationArrows |
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. |