alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DockTabAlignmentStyle

    Specifies the Alignment style of the dock tab.

    Inheritance
    System.Object
    DockTabAlignmentStyle
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class DockTabAlignmentStyle : Enum

    Fields

    Bottom

    The Tab is aligned to the Bottom.

    Declaration
    public const DockTabAlignmentStyle Bottom
    Field Value
    Type
    DockTabAlignmentStyle

    Left

    The Tab is aligned to the Left.

    Declaration
    public const DockTabAlignmentStyle Left
    Field Value
    Type
    DockTabAlignmentStyle

    Right

    The Tab is aligned to the Right.

    Declaration
    public const DockTabAlignmentStyle Right
    Field Value
    Type
    DockTabAlignmentStyle

    Top

    The Tab is aligned to the Top.

    Declaration
    public const DockTabAlignmentStyle Top
    Field Value
    Type
    DockTabAlignmentStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved