Click or drag to resize

KryptonPaletteNavigatorStateBarGetMetricPadding Method

Gets a padding metric value.

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 virtual Padding GetMetricPadding(
	PaletteState state,
	PaletteMetricPadding metric
)

Parameters

state  PaletteState
Palette value should be applicable to this state.
metric  PaletteMetricPadding
Requested metric.

Return Value

Padding
Padding value.

Implements

IPaletteMetricGetMetricPadding(PaletteState, PaletteMetricPadding)
See Also