IViewHandler.PlatformArrange(Rect) Method

Definition

Positions child elements and determines a size for a view.

public:
 void PlatformArrange(Microsoft::Maui::Graphics::Rect frame);
public void PlatformArrange (Microsoft.Maui.Graphics.Rect frame);
abstract member PlatformArrange : Microsoft.Maui.Graphics.Rect -> unit
Public Sub PlatformArrange (frame As Rect)

Parameters

frame
Rect

The size that the parent determines for the child views.

Applies to