Method IsFullyVisibleInParent
IsFullyVisibleInParent(IView)
Checks whether the specified view is fully visible within its parent.
public static bool IsFullyVisibleInParent(IView view)
Parameters
viewIViewThe view to check for visibility.
Returns
- bool
True if the view is fully visible within its parent; otherwise, false.