Click or drag to resize

PaletteSeparatorPaddingPopulateFromBase Method (PaletteState, PaletteMetricPadding)

Populate values from the base palette.

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 void PopulateFromBase(
	PaletteState state,
	PaletteMetricPadding metric
)

Parameters

state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
Which state to populate from.
metric
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteMetricPadding
Which metric should be used for padding.
See Also