Enum TimelineAlign
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Specifies the alignment of each item's dot relative to its text in a MudTimeline.
public enum TimelineAlign
- Extension Methods
Fields
Default = 0
The dot is centered relative to its text.
End = 2
The dot is aligned with the end of the text.
Start = 1
The dot is aligned with the start of the text.