Compartilhar via


IView.Arrange(Rect) Método

Definição

Posiciona elementos filho e determina um tamanho para um elemento.

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

Parâmetros

bounds
Rect

O tamanho que o pai calcula para o elemento filho.

Retornos

Retorne o tamanho real organizado para este elemento.

Aplica-se a