Class TimelineAlignment
Specifies the position of timeline items in relation to the SfTimeline component.
Inheritance
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TimelineAlignment : Enum
Fields
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.
Declaration
public const TimelineAlignment After
Field Value
Type | Description |
---|---|
TimelineAlignment | Specifies the position to display items content on the bottom in a horizontal orientation, or on the right in a vertical orientation. |
Alternate
Displays item content alternatively, regardless of the Timeline's orientation.
Declaration
public const TimelineAlignment Alternate
Field Value
Type | Description |
---|---|
TimelineAlignment | Specifies the item content to be displayed alternatively. |
AlternateReverse
Displays item content in alternate reverse, regardless of the Timeline's orientation.
Declaration
public const TimelineAlignment AlternateReverse
Field Value
Type | Description |
---|---|
TimelineAlignment | Specifies the item content to be in reverse alternative. |
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.
Declaration
public const TimelineAlignment Before
Field Value
Type | Description |
---|---|
TimelineAlignment | Specifies the position to display items content on the top in a horizontal orientation, or on the left in a vertical orientation. |