Method GetTopAbsoluteLayout
GetTopAbsoluteLayout(Element?)
Retrieves the highest-level parent AbsoluteLayout that
contains the specified element.
public static AbsoluteLayout? GetTopAbsoluteLayout(Element? view)
Parameters
viewElementThe element whose topmost
AbsoluteLayoutparent is to be found.
Returns
- AbsoluteLayout
The topmost
AbsoluteLayout, or null if none is found.