ComponentOne Xamarin.Android
PerformLongClick(Single,Single) Method


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class > PerformLongClick Method : PerformLongClick(Single,Single) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("performLongClick", 
   "(FF)Z", 
   "GetPerformLongClick_FFHandler", 
   ApiSince=24)>
Public Overloads Overridable Function PerformLongClick( _
   ByVal x As Single, _
   ByVal y As Single _
) As Boolean
'Usage
 
Dim instance As C1Gauge
Dim x As Single
Dim y As Single
Dim value As Boolean
 
value = instance.PerformLongClick(x, y)
[Android.Runtime.Register("performLongClick", 
   "(FF)Z", 
   "GetPerformLongClick_FFHandler", 
   ApiSince=24)]
public virtual bool PerformLongClick( 
   float x,
   float y
)

Parameters

x
y
See Also

Reference

C1Gauge Class
C1Gauge Members
Overload List