ILayoutable.

Arrange(Rect) Method

Summary

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

Syntax

void Arrange(Rect rect)

Parameters

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

Return Value

Type Description
void