Compartilhar via


ICrossPlatformLayout.CrossPlatformArrange(Rect) Método

Definição

Organiza os filhos do ICrossPlatformLayout dentro dos limites especificados.

public:
 Microsoft::Maui::Graphics::Size CrossPlatformArrange(Microsoft::Maui::Graphics::Rect bounds);
public Microsoft.Maui.Graphics.Size CrossPlatformArrange (Microsoft.Maui.Graphics.Rect bounds);
abstract member CrossPlatformArrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Public Function CrossPlatformArrange (bounds As Rect) As Size

Parâmetros

bounds
Rect

Os limites nos quais os filhos de ICrossPlatformLayout devem ser organizados.

Retornos

O tamanho real do ICrossPlatformLayout organizado.

Aplica-se a