Compartir a través de


ICrossPlatformLayout.CrossPlatformArrange(Rect) Método

Definición

Organiza los elementos secundarios de ICrossPlatformLayout dentro de los límites 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

Límites en los que se deben organizar los elementos secundarios de ICrossPlatformLayout.

Devoluciones

Tamaño real del ICrossPlatformLayout organizado.

Se aplica a