HtmlForgeX

API Reference

Enum

TabsCornerStyle

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Corner rounding style for segmented tabs.

Inheritance

  • Enum
  • TabsCornerStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TabsCornerStyle Default #

Use component defaults.

Value: 0
public const TabsCornerStyle Pill #

Fully rounded pill corners.

Value: 1
public const TabsCornerStyle Rounded #

Rounded corners.

Value: 2
public const TabsCornerStyle Compact #

Compact rounded corners.

Value: 3
public const TabsCornerStyle Subtle #

Subtle, dashboard-friendly rounding.

Value: 4
public const TabsCornerStyle Sharp #

Minimal rounding.

Value: 5