PaletteTripleMetricRedirect Constructor |
Initialize a new instance of the PaletteTripleMetricRedirect class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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