Layoutable.

Arrange(Rect) Method

Summary

Arranges the control and its children.
Namespace
Avalonia.Layout
Containing Type
Layoutable

Syntax

public void Arrange(Rect rect)

Parameters

Name Type Description
rect Rect The control's new bounds.

Return Value

Type Description
void