Enum TimelinePosition
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Specifies how items are drawn in a MudTimeline.
public enum TimelinePosition
- Extension Methods
Fields
Alternate = 0Items alternate on either side of centered dots.
Bottom = 2Dots are displayed below the text of each timeline item.
End = 6Dots are displayed at the end based on the Right-to-Left setting of the MudRTLProvider.
Left = 3Dots are displayed to the left of text for each timeline item.
Right = 4Dots are displayed to the right of text for each timeline item.
Start = 5Dots are displayed at the start based on the Right-to-Left setting of the MudRTLProvider.
Top = 1Dots are displayed above the text of each timeline item.