Android.Views.MotionEvent.EdgeFlags Property
Returns a bitfield indicating which edges, if any, were touched by this MotionEvent.

Syntax

[get: Android.Runtime.Register("getEdgeFlags", "()I", "GetGetEdgeFlagsHandler")]
[set: Android.Runtime.Register("setEdgeFlags", "(I)V", "GetSetEdgeFlags_IHandler")]
public Edge EdgeFlags { get; set; }

See Also

MotionEvent.EdgeFlags

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns a bitfield indicating which edges, if any, were touched by this MotionEvent. For touch events, clients can use this to determine if the user's finger was touching the edge of the display. This property is only set for MotionEvent.ACTION_DOWN events.

Set method documentation [Android Documentation]

Sets the bitfield indicating which edges, if any, were touched by this MotionEvent.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1