Partager via


ViewHandler.PlatformArrange(Rect) Méthode

Définition

Positionne les éléments enfants et détermine une taille pour une vue.

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)

Paramètres

frame
Rect

Taille que le parent détermine pour les vues enfants.

Implémente

S’applique à