Table of Contents

Method GetControlViewViaAbsoluteLayout

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

GetControlViewViaAbsoluteLayout(View?)

Gets the ControlView associated with the nearest parent AbsoluteLayout.

public static ControlView? GetControlViewViaAbsoluteLayout(View? view)

Parameters

view View

The view to search for the associated ControlView.

Returns

ControlView

The associated ControlView if found; otherwise, null.