Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderPosition

    Show / Hide Table of Contents

    Class HeaderPosition

    Options to set the orientation of Tab header.

    Inheritance
    System.Object
    HeaderPosition
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class HeaderPosition : Enum

    Fields

    Bottom

    Places the Tab header at the bottom.

    Declaration
    public const HeaderPosition Bottom
    Field Value
    Type Description
    HeaderPosition

    Left

    Places the Tab header on the left.

    Declaration
    public const HeaderPosition Left
    Field Value
    Type Description
    HeaderPosition

    Right

    Places the Tab header on the right.

    Declaration
    public const HeaderPosition Right
    Field Value
    Type Description
    HeaderPosition

    Top

    Places the Tab header on the top.

    Declaration
    public const HeaderPosition Top
    Field Value
    Type Description
    HeaderPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved