Click or drag to resize

ViewLayoutViewport Constructor

Initialize a new instance of the ViewLayoutViewport 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 ViewLayoutViewport(
	IPaletteMetric paletteMetrics,
	PaletteMetricPadding metricPadding,
	PaletteMetricInt metricOvers,
	VisualOrientation orientation,
	RelativePositionAlign alignment,
	bool animateChange
)

Parameters

paletteMetrics
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Palette source for metrics.
metricPadding
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteMetricPadding
Metric used to get view padding.
metricOvers
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteMetricInt
Metric used to get overposition.
orientation
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Orientation for the viewport children.
alignment
Type: Internal.ComponentFactory.Krypton.ToolkitRelativePositionAlign
Alignment of the children within the viewport.
animateChange
Type: SystemBoolean
Animate changes in the viewport.
See Also