Represents the position of a Timeline in a TimelineHeader container.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public enum TimelineLevel |
Visual Basic
Copy Code
|
|---|
Public Enum TimelineLevel |
Members| Member name | Description | |
|---|---|---|
![]() |
Bottom |
Indicates bottom position. |
![]() |
Middle |
Indicates middle position. |
![]() |
Top |
Indicates top position. |
See Also