alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TabItemHeaderStyle

    Represents styles for the visual presentation of tab headers.

    Inheritance
    System.Object
    TabItemHeaderStyle
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public sealed class TabItemHeaderStyle : Enum

    Fields

    Curve

    Represents tab headers as individual card-like elements with rounded corners.

    Declaration
    public const TabItemHeaderStyle Curve
    Field Value
    Type
    TabItemHeaderStyle

    Fill

    Makes the tab visually prominent compared to unselected tabs by filling it with a distinct background color.

    Declaration
    public const TabItemHeaderStyle Fill
    Field Value
    Type
    TabItemHeaderStyle

    Underline

    Highlights the selected tab with an underline.

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