VisualElement.ArrangeOverride(Rect) Metoda

Definicja

Umożliwia zastępowanie Arrange(Rect) podklas, nawet jeśli interfejs musi być jawnie zaimplementowany, aby uniknąć konfliktu ze starą Arrange(Rect) metodą.

protected:
 virtual Microsoft::Maui::Graphics::Size ArrangeOverride(Microsoft::Maui::Graphics::Rect bounds);
protected virtual Microsoft.Maui.Graphics.Size ArrangeOverride (Microsoft.Maui.Graphics.Rect bounds);
abstract member ArrangeOverride : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
override this.ArrangeOverride : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Protected Overridable Function ArrangeOverride (bounds As Rect) As Size

Parametry

bounds
Rect

Nowe granice elementu.

Zwraca

Wynikowy rozmiar ramki tego elementu na platformie.

Dotyczy