Method GetTopSuperView
GetTopSuperView(View?, View?)
Get the top superview of a given View.
public View? GetTopSuperView(View? view = null, View? superview = null)
Parameters
Returns
- View
The superview view.
Get the top superview of a given View.
public View? GetTopSuperView(View? view = null, View? superview = null)
The superview view.