Class TimelineOrientation
Represents the orientation options for the SfTimeline component.
Inheritance
System.Object
TimelineOrientation
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TimelineOrientation : Enum
Fields
Horizontal
Represents a horizontal orientation for the SfTimeline component.
Declaration
public const TimelineOrientation Horizontal
Field Value
Type | Description |
---|---|
TimelineOrientation | Specifies the orientation indicating that the timeline items are arranged horizontally. |
Vertical
Represents a vertical orientation for the SfTimeline component.
Declaration
public const TimelineOrientation Vertical
Field Value
Type | Description |
---|---|
TimelineOrientation | Specifies the orientation indicating that the timeline items are arranged vertically. |