Table of Contents

Method IsFullyVisibleInParent

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

IsFullyVisibleInParent(IView)

Checks whether the specified view is fully visible within its parent.

public static bool IsFullyVisibleInParent(IView view)

Parameters

view IView

The view to check for visibility.

Returns

bool

True if the view is fully visible within its parent; otherwise, false.