Click or drag to resize

TabBorderStyle Enumeration

Specifies the style of tab border to draw.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum TabBorderStyle
Members
  Member nameValueDescription
SquareEqualSmall0 Specifies square tabs of equal size with small spacing gaps.
SquareEqualMedium1 Specifies square tabs of equal size with medium spacing gaps.
SquareEqualLarge2 Specifies square tabs of equal size with large spacing gaps.
SquareOutsizeSmall3 Specifies square tabs with larger selected entry with small spacing gaps.
SquareOutsizeMedium4 Specifies square tabs with larger selected entry with medium spacing gaps.
SquareOutsizeLarge5 Specifies square tabs with larger selected entry with large spacing gaps.
RoundedEqualSmall6 Specifies rounded tabs of equal size with small spacing gaps.
RoundedEqualMedium7 Specifies rounded tabs of equal size with medium spacing gaps.
RoundedEqualLarge8 Specifies rounded tabs of equal size with large spacing gaps.
RoundedOutsizeSmall9 Specifies rounded tabs with larger selected entry with small spacing gaps.
RoundedOutsizeMedium10 Specifies rounded tabs with larger selected entry with medium spacing gaps.
RoundedOutsizeLarge11 Specifies rounded tabs with larger selected entry with large spacing gaps.
SlantEqualNear12 Specifies near slanted tabs of equal size.
SlantEqualFar13 Specifies far slanted tabs of equal size.
SlantEqualBoth14 Specifies double slanted tabs of equal size.
SlantOutsizeNear15 Specifies near slanted tabs with larger selected entry.
SlantOutsizeFar16 Specifies far slanted tabs with larger selected entry.
SlantOutsizeBoth17 Specifies double slanted tabs with larger selected entry.
OneNote18 Specifies the OneNote application style tab appearance.
SmoothEqual19 Specifies smooth tabs of equal size.
SmoothOutsize20 Specifies smooth tabs with larger selected entry.
DockEqual21 Specifies docking tabs of requal size.
DockOutsize22 Specifies docking tabs with larger selected entry.
See Also