Table of Contents

Method HasAbsoluteLayoutInParents

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

HasAbsoluteLayoutInParents(Element?)

Determines whether any parent of the specified element uses an absolute layout.

public static bool HasAbsoluteLayoutInParents(Element? view)

Parameters

view Element

The element for which to check the parent hierarchy. Can be null.

Returns

bool

true if an absolute layout is found in the parent chain of the specified element; otherwise, false.