Click or drag to resize

ViewDrawDocker Constructor (IPaletteBack, IPaletteBorder, IPaletteMetric, PaletteMetricBool, PaletteMetricPadding, VisualOrientation)

Initialize a new instance of the ViewDrawDocker 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 ViewDrawDocker(
	IPaletteBack paletteBack,
	IPaletteBorder paletteBorder,
	IPaletteMetric paletteMetric,
	PaletteMetricBool metricOverlay,
	PaletteMetricPadding metricPadding,
	VisualOrientation orientation
)

Parameters

paletteBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Palette source for the background.
paletteBorder
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBorder
Palette source for the border.
paletteMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Palette source for metric values.
metricOverlay
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteMetricBool
Metric to use for border overlay.
metricPadding
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteMetricPadding
Matric used to get padding values.
orientation
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Visual orientation of the content.
See Also