Method GetAbsoluteLayoutChild
GetAbsoluteLayoutChild(Page)
Gets the first AbsoluteLayout child from a Page using IVisualTreeElement.
public static AbsoluteLayout? GetAbsoluteLayoutChild(Page page)
Parameters
page
PageThe target page.
Returns
- AbsoluteLayout
The AbsoluteLayout child if found, otherwise null.