menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TabVerticalAlignment - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum TabVerticalAlignment

    Specifies the preferred vertical alignment of the tabs when the tabs are aligned to the left or right of the control.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum TabVerticalAlignment

    Fields

    Name Description
    Bottom

    Tabs are aligned to the bottom of the control regardless of the RightToLeft property value.

    Default

    Tabs are rendered based on the Control's RightToLeft property setting.

    Top

    Tabs are aligned to the top of the control regardless of the RightToLeft property value.

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