LayoutableArrange Method

Arranges the control and its children.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Arrange(
	Rect rect
)

Parameters

rect  Rect
The control's new bounds.

See Also