Click or drag to resize

PaletteRibbonTabContentInheritOverrideGetContentAdjacentGap Method

Gets the padding between adjacent content items.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual int GetContentAdjacentGap(
	PaletteState state
)

Parameters

state  PaletteState
Palette value should be applicable to this state.

Return Value

Int32
Integer value.

Implements

IPaletteContentGetContentAdjacentGap(PaletteState)
See Also