Properties
Name | Type | Default | Description |
---|---|---|---|
Behavior | |||
ChildContent |
RenderFragment |
null | Optional child content if no other RenderFragments is used. |
ItemContent |
RenderFragment |
null | If used renders child content of the ItemContent. |
ItemOpposite |
RenderFragment |
null | If used renders child content of the ItemOpposite. |
TimelineAlign |
TimelineAlign |
TimelineAlign.Default | Overrides Timeline Parents default sorting method in Default and Reverse mode. |
Dot | |||
Color |
Color |
Color.Default | Color of the dot. |
DotStyle |
string |
null | User styles, applied to the lineItem dot. |
Elevation |
int |
1 | Elevation of the dot. The higher the number, the heavier the drop-shadow. |
HideDot |
bool |
False | If true, dot will not be displayed. |
Icon |
string |
null | Dot Icon |
ItemDot |
RenderFragment |
null | If used renders child content of the ItemDot. |
Size |
Size |
Size.Small | Size of the dot. |
Variant |
Variant |
Variant.Outlined | Variant of the dot. |
Common | |||
Class |
string |
null | User class names, separated by space. |
Style |
string |
null | User styles, applied on top of the component's own classes and styles. |
Tag |
object |
null | Use Tag to attach any user data object to the component for your convenience. |
UserAttributes |
Dictionary<string, object> |
UserAttributes carries all attributes you add to the component that don't match any of its parameters. They will be splatted onto the underlying HTML tag. | |
Methods
Name | Parameters | Return | Description |
---|---|---|---|
Dispose() |