Table of Contents

Class MudTimeline

Namespace
MudBlazor
Assembly
MudBlazor.dll
public class MudTimeline : MudBaseItemsControl<MudTimelineItem>, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged
Inheritance
MudTimeline
Implements
Inherited Members
Extension Methods

Constructors

MudTimeline()

public MudTimeline()

Properties

Classnames

protected string Classnames { get; }

Property Value

string

Modifiers

If true, enables all TimelineItem modifiers, like adding a caret to a MudCard. Enabled by default.

[Parameter]
[Category("Behavior")]
public bool Modifiers { get; set; }

Property Value

bool

Reverse

Reverse the order of TimelineItems when TimelinePosition is set to Alternate.

[Parameter]
[Category("Behavior")]
public bool Reverse { get; set; }

Property Value

bool

RightToLeft

[CascadingParameter(Name = "RightToLeft")]
public bool RightToLeft { get; set; }

Property Value

bool

TimelineAlign

Aligns the dot and any item modifiers is changed, in default mode they are centered to the item.

[Parameter]
[Category("Behavior")]
public TimelineAlign TimelineAlign { get; set; }

Property Value

TimelineAlign

TimelineOrientation

Sets the orientation of the timeline and its timeline items.

[Parameter]
[Category("Behavior")]
public TimelineOrientation TimelineOrientation { get; set; }

Property Value

TimelineOrientation

TimelinePosition

The position the timeline itself and how the timeline items should be displayed.

[Parameter]
[Category("Behavior")]
public TimelinePosition TimelinePosition { get; set; }

Property Value

TimelinePosition

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder