menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TimelineOrientation - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved