IViewHandler.PlatformArrange(Rect) Méthode

Définition

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

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)

Paramètres

frame
Rect

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

S’applique à