Click or drag to resize

ViewLayoutCenter(IPaletteMetric, PaletteMetricPadding, VisualOrientation) Constructor

Initialize a new instance of the ViewLayoutCenter 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 ViewLayoutCenter(
	IPaletteMetric paletteMetric,
	PaletteMetricPadding metricPadding,
	VisualOrientation orientation
)

Parameters

paletteMetric  IPaletteMetric
Target for recovering metric values.
metricPadding  PaletteMetricPadding
Metric to use for border padding.
orientation  VisualOrientation
Orientation of the element.
See Also