Share via


VisualElement.IView.Arrange(Rect) Método

Definição

Posiciona elementos filho e determina um tamanho para um Elemento.

 virtual Microsoft::Maui::Graphics::Size Microsoft.Maui.IView.Arrange(Microsoft::Maui::Graphics::Rect bounds) = Microsoft::Maui::IView::Arrange;
Microsoft.Maui.Graphics.Size IView.Arrange (Microsoft.Maui.Graphics.Rect bounds);
abstract member Microsoft.Maui.IView.Arrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
override this.Microsoft.Maui.IView.Arrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Function Arrange (bounds As Rect) As Size Implements IView.Arrange

Parâmetros

bounds
Rect

O tamanho que o pai calcula para o elemento filho.

Retornos

Retornar o tamanho real organizado para esse elemento.

Implementações

Aplica-se a