LayoutableArrange Method
Arranges the control and its children.
Namespace: Avalonia.LayoutAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Arrange(
Rect rect
)
Public Sub Arrange (
rect As Rect
)
member Arrange :
rect : Rect -> unit
Parameters
- rect Rect
- The control's new bounds.