Click or drag to resize

ComponentComponentSetMoveTo Method

Moves the child component to another location relative to other children.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void MoveTo(
	Component item,
	int newPosition
)

Parameters

item  Component
newPosition  Int32
See Also