ComponentOne Xamarin.Android
DispatchNestedFling Method (C1LinearGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge Class : DispatchNestedFling Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("dispatchNestedFling", 
   "(FFZ)Z", 
   "GetDispatchNestedFling_FFZHandler", 
   ApiSince=21)>
Public Overridable Function DispatchNestedFling( _
   ByVal velocityX As Single, _
   ByVal velocityY As Single, _
   ByVal consumed As Boolean _
) As Boolean
'Usage
 
Dim instance As C1LinearGauge
Dim velocityX As Single
Dim velocityY As Single
Dim consumed As Boolean
Dim value As Boolean
 
value = instance.DispatchNestedFling(velocityX, velocityY, consumed)
[Android.Runtime.Register("dispatchNestedFling", 
   "(FFZ)Z", 
   "GetDispatchNestedFling_FFZHandler", 
   ApiSince=21)]
public virtual bool DispatchNestedFling( 
   float velocityX,
   float velocityY,
   bool consumed
)

Parameters

velocityX
velocityY
consumed
See Also

Reference

C1LinearGauge Class
C1LinearGauge Members