Table of Contents

Enum TimelinePosition

Namespace
MudBlazor
Assembly
MudBlazor.dll

Specifies how items are drawn in a MudTimeline.

public enum TimelinePosition
Extension Methods

Fields

Alternate = 0

Items alternate on either side of centered dots.

Bottom = 2

Dots are displayed below the text of each timeline item.

End = 6

Dots are displayed at the end based on the Right-to-Left setting of the MudRTLProvider.

Left = 3

Dots are displayed to the left of text for each timeline item.

Right = 4

Dots are displayed to the right of text for each timeline item.

Start = 5

Dots are displayed at the start based on the Right-to-Left setting of the MudRTLProvider.

Top = 1

Dots are displayed above the text of each timeline item.