Method HasAbsoluteLayoutInParents
HasAbsoluteLayoutInParents(Element?)
Determines whether any parent of the specified element uses an absolute layout.
public static bool HasAbsoluteLayoutInParents(Element? view)
Parameters
viewElementThe 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.