Table of Contents

Method GetParentAbsoluteLayout

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

GetParentAbsoluteLayout(Element?)

Retrieves the nearest parent AbsoluteLayout that contains the specified view.

public static AbsoluteLayout? GetParentAbsoluteLayout(Element? view)

Parameters

view Element

The view whose parent AbsoluteLayout is to be found.

Returns

AbsoluteLayout

The closest parent AbsoluteLayout, or null if none is found.