Click or drag to resize

ViewLayoutMetricSpacerSetMetrics Method (IPaletteMetric, 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,
	PaletteMetricInt metricInt
)

Parameters

paletteMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Source for aquiring metrics.
metricInt
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteMetricInt
Actual integer metric to use.
See Also