VisualElement.IView.Arrange(Rect) Método

Definición

Coloca los elementos secundarios y determina un tamaño para un 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

Tamaño que calcula el elemento primario para el elemento secundario.

Devoluciones

Devuelve el tamaño organizado real para este elemento.

Implementaciones

Se aplica a