Sdílet prostřednictvím


VisualElement.IView.Arrange(Rect) Metoda

Definice

Umístí podřízené elementy a určí velikost elementu.

 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

Parametry

bounds
Rect

Velikost, kterou nadřazený objekt vypočítá pro podřízený prvek.

Návraty

Vrátí skutečnou uspořádanou velikost pro tento prvek.

Implementuje

Platí pro