ComponentOne Xamarin.Android
OnNestedFling Method (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : OnNestedFling Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("onNestedFling", 
   "(Landroid/view/View;FFZ)Z", 
   "GetOnNestedFling_Landroid_view_View_FFZHandler")>
Public Overridable Function OnNestedFling( _
   ByVal target As Android.Views.View, _
   ByVal velocityX As Single, _
   ByVal velocityY As Single, _
   ByVal consumed As Boolean _
) As Boolean
'Usage
 
Dim instance As C1BulletGraph
Dim target As Android.Views.View
Dim velocityX As Single
Dim velocityY As Single
Dim consumed As Boolean
Dim value As Boolean
 
value = instance.OnNestedFling(target, velocityX, velocityY, consumed)
[Android.Runtime.Register("onNestedFling", 
   "(Landroid/view/View;FFZ)Z", 
   "GetOnNestedFling_Landroid_view_View_FFZHandler")]
public virtual bool OnNestedFling( 
   Android.Views.View target,
   float velocityX,
   float velocityY,
   bool consumed
)

Parameters

target
velocityX
velocityY
consumed
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members