Share via


ViewHandler.PlatformArrange(Rect) Method

Definition

Positions child elements and determines a size for a view.

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

Parameters

frame
Rect

The size that the parent determines for the child views.

Implements

Applies to