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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void MoveTo(
	Component item,
	int newPosition
)

Parameters

item
Type: NeoAxisComponent
newPosition
Type: SystemInt32
See Also