Table of Contents

Enum LinePosition

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Specifies the ways a RadzenTimeline component renders line and content items.

public enum LinePosition
Extension Methods

Fields

Alternate = 1

The RadzenTimeline line is displayed at the center of the component with alternating content position.

Bottom = 7

The RadzenTimeline line is displayed at the bottom of the component.

Center = 0

The RadzenTimeline line is displayed at the center of the component.

End = 3

The RadzenTimeline line is displayed at the end of the component.

Left = 4

The RadzenTimeline line is displayed at the left side of the component.

Right = 5

The RadzenTimeline line is displayed at the right side of the component.

Start = 2

The RadzenTimeline line is displayed at the start of the component.

Top = 6

The RadzenTimeline line is displayed at the top of the component.