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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public override int GetTabBorderSpacingGap(
	TabBorderStyle tabBorderStyle
)

Parameters

tabBorderStyle
Type: Internal.ComponentFactory.Krypton.ToolkitTabBorderStyle
Style of tab border.

Return Value

Type: Int32
Number of pixels to space instances.

Implements

IRenderTabBorderGetTabBorderSpacingGap(TabBorderStyle)
See Also