TabBorderStyle Enumeration |
Specifies the style of tab border to draw.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum TabBorderStyle
Members| Member name | Value | Description |
|---|
| SquareEqualSmall | 0 |
Specifies square tabs of equal size with small spacing gaps.
|
| SquareEqualMedium | 1 |
Specifies square tabs of equal size with medium spacing gaps.
|
| SquareEqualLarge | 2 |
Specifies square tabs of equal size with large spacing gaps.
|
| SquareOutsizeSmall | 3 |
Specifies square tabs with larger selected entry with small spacing gaps.
|
| SquareOutsizeMedium | 4 |
Specifies square tabs with larger selected entry with medium spacing gaps.
|
| SquareOutsizeLarge | 5 |
Specifies square tabs with larger selected entry with large spacing gaps.
|
| RoundedEqualSmall | 6 |
Specifies rounded tabs of equal size with small spacing gaps.
|
| RoundedEqualMedium | 7 |
Specifies rounded tabs of equal size with medium spacing gaps.
|
| RoundedEqualLarge | 8 |
Specifies rounded tabs of equal size with large spacing gaps.
|
| RoundedOutsizeSmall | 9 |
Specifies rounded tabs with larger selected entry with small spacing gaps.
|
| RoundedOutsizeMedium | 10 |
Specifies rounded tabs with larger selected entry with medium spacing gaps.
|
| RoundedOutsizeLarge | 11 |
Specifies rounded tabs with larger selected entry with large spacing gaps.
|
| SlantEqualNear | 12 |
Specifies near slanted tabs of equal size.
|
| SlantEqualFar | 13 |
Specifies far slanted tabs of equal size.
|
| SlantEqualBoth | 14 |
Specifies double slanted tabs of equal size.
|
| SlantOutsizeNear | 15 |
Specifies near slanted tabs with larger selected entry.
|
| SlantOutsizeFar | 16 |
Specifies far slanted tabs with larger selected entry.
|
| SlantOutsizeBoth | 17 |
Specifies double slanted tabs with larger selected entry.
|
| OneNote | 18 |
Specifies the OneNote application style tab appearance.
|
| SmoothEqual | 19 |
Specifies smooth tabs of equal size.
|
| SmoothOutsize | 20 |
Specifies smooth tabs with larger selected entry.
|
| DockEqual | 21 |
Specifies docking tabs of requal size.
|
| DockOutsize | 22 |
Specifies docking tabs with larger selected entry.
|
See Also