Compartir a través de


Layout.CrossPlatformArrange(Rect) Método

Definición

Organiza los elementos secundarios del ICrossPlatformLayout dentro de los límites especificados.

public:
 virtual 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
override this.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