Click or drag to resize

PaletteSeparatorPadding Constructor

Initialize a new instance of the PaletteSeparatorPadding class.

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 PaletteSeparatorPadding(
	IPaletteDouble inheritDouble,
	IPaletteMetric inheritMetric,
	NeedPaintHandler needPaint
)

Parameters

inheritDouble
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDouble
Source for inheriting border and background values.
inheritMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Source for inheriting metric values.
needPaint
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for notifying paint requests.
See Also