Table of Contents

Method GetTopAbsoluteLayout

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

GetTopAbsoluteLayout(Element?)

Retrieves the highest-level parent AbsoluteLayout that contains the specified element.

public static AbsoluteLayout? GetTopAbsoluteLayout(Element? view)

Parameters

view Element

The element whose topmost AbsoluteLayout parent is to be found.

Returns

AbsoluteLayout

The topmost AbsoluteLayout, or null if none is found.