Sdílet prostřednictvím


VisualElement.ArrangeOverride(Rect) Metoda

Definice

Umožňuje podtřídy přepsat Arrange(Rect) , i když musí být rozhraní explicitně implementováno, aby se zabránilo konfliktu se starou Arrange(Rect) metodou.

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

Nové hranice elementu.

Návraty

Výsledná velikost rámce tohoto prvku podle platformy.

Platí pro