ViewLayoutViewport Constructor |
Initialize a new instance of the ViewLayoutViewport class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ViewLayoutViewport(
IPaletteMetric paletteMetrics,
PaletteMetricPadding metricPadding,
PaletteMetricInt metricOvers,
VisualOrientation orientation,
RelativePositionAlign alignment,
bool animateChange
)
Parameters
- paletteMetrics IPaletteMetric
- Palette source for metrics.
- metricPadding PaletteMetricPadding
- Metric used to get view padding.
- metricOvers PaletteMetricInt
- Metric used to get overposition.
- orientation VisualOrientation
- Orientation for the viewport children.
- alignment RelativePositionAlign
- Alignment of the children within the viewport.
- animateChange Boolean
- Animate changes in the viewport.
See Also