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