Enum LinePosition
Specifies the ways a RadzenTimeline component renders line and content items.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum LinePosition
Fields
| Name | Description |
|---|---|
| Alternate | The RadzenTimeline line is displayed at the center of the component with alternating content position. |
| Bottom | The RadzenTimeline line is displayed at the bottom of the component. |
| Center | The RadzenTimeline line is displayed at the center of the component. |
| End | The RadzenTimeline line is displayed at the end of the component. |
| Left | The RadzenTimeline line is displayed at the left side of the component. |
| Right | The RadzenTimeline line is displayed at the right side of the component. |
| Start | The RadzenTimeline line is displayed at the start of the component. |
| Top | The RadzenTimeline line is displayed at the top of the component. |