Enum TimelineAlignment
Specifies the position of timeline items in relation to the SfTimeline component.
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TimelineAlignment
Fields
| Name | Description |
|---|---|
| After | Displays item content to the bottom and opposite content to the top when the Timeline is in a horizontal orientation, or the content to the right and opposite content to the left when the Timeline is in a vertical orientation. |
| Alternate | Displays item content alternatively, regardless of the Timeline's orientation. |
| AlternateReverse | Displays item content in alternate reverse, regardless of the Timeline's orientation. |
| Before | Displays item content to the top and opposite content to the bottom when the Timeline is in a horizontal orientation, or the item content to the left and opposite content to the right when the Timeline is in a vertical orientation. |