Table of Contents

Property HasPointerCapture

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

HasPointerCapture

Checks pointer capture status.

public override bool HasPointerCapture { get; }

Property Value

bool

true if the view has pointer capture.

Remarks

Checks pointer capture status.

Java documentation for

android.view.View.hasPointerCapture()
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.