ComponentComponentSetMoveTo Method |
Moves the child component to another location relative to other children.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void MoveTo(
Component item,
int newPosition
)
Parameters
- item Component
- newPosition Int32
See Also