VisualElement.IView.Arrange(Rect) Metoda

Definicja

Umieszcza elementy podrzędne i określa rozmiar 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

Rozmiar obliczany przez element nadrzędny dla elementu podrzędnego.

Zwraca

Zwróć rzeczywisty rozmieszony rozmiar dla tego elementu.

Implementuje

Dotyczy