Click or drag to resize

RenderStandardGetTabBorderSpacingGap Method

Gets the spacing used to separate each tab border instance.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override int GetTabBorderSpacingGap(
	TabBorderStyle tabBorderStyle
)

Parameters

tabBorderStyle  TabBorderStyle
Style of tab border.

Return Value

Int32
Number of pixels to space instances.

Implements

IRenderTabBorderGetTabBorderSpacingGap(TabBorderStyle)
See Also