Click or drag to resize

PaletteTripleMetricRedirect Constructor

Initialize a new instance of the PaletteTripleMetricRedirect class.

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 PaletteTripleMetricRedirect(
	PaletteRedirect redirect,
	PaletteBackStyle backStyle,
	PaletteBorderStyle borderStyle,
	PaletteContentStyle contentStyle,
	NeedPaintHandler needPaint
)

Parameters

redirect  PaletteRedirect
Inheritence redirection instance.
backStyle  PaletteBackStyle
Style for the background.
borderStyle  PaletteBorderStyle
Style for the border.
contentStyle  PaletteContentStyle
Style for the content.
needPaint  NeedPaintHandler
Delegate for notifying paint requests.
See Also