C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1BulletGraph Class / PerformHapticFeedback Method / PerformHapticFeedback(FeedbackConstants) Method


In This Topic
PerformHapticFeedback(FeedbackConstants) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("performHapticFeedback", 
   "(I)Z", 
   "GetPerformHapticFeedback_IHandler", 
   ApiSince=3)>
Public Overloads Overridable Function PerformHapticFeedback( _
   ByVal feedbackConstant As Android.Views.FeedbackConstants _
) As Boolean
 
'Usage
 
Dim instance As C1BulletGraph
Dim feedbackConstant As Android.Views.FeedbackConstants
Dim value As Boolean
 
value = instance.PerformHapticFeedback(feedbackConstant)

Parameters

feedbackConstant
See Also