Enum PointStyle
Specifies the display style or severity of a RadzenTimelineItem
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum PointStyle : int
Fields
Name | Description |
---|---|
Base | Base styling. Similar to base buttons. |
Danger | Danger styling. |
Dark | Dark styling. Similar to dark buttons. |
Info | Informative styling. |
Light | Light styling. Similar to light buttons. |
Primary | Primary styling. Similar to primary buttons. |
Secondary | Secondary styling. Similar to secondary buttons. |
Success | Success styling. |
Warning | Warning styling. |