Click or drag to resize

ViewLayoutViewportSetMetrics Method (IPaletteMetric, PaletteMetricPadding, PaletteMetricInt)

Updates the metrics source and metric to use.

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 SetMetrics(
	IPaletteMetric paletteMetric,
	PaletteMetricPadding metricPadding,
	PaletteMetricInt metricOvers
)

Parameters

paletteMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Source for aquiring metrics.
metricPadding
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteMetricPadding
Actual padding metric to use.
metricOvers
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteMetricInt
Actual overs metric to use.
See Also