ComponentOne Xamarin.Android
CanScrollVertically Method (C1LinearGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge Class : CanScrollVertically Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("canScrollVertically", 
   "(I)Z", 
   "GetCanScrollVertically_IHandler", 
   ApiSince=14)>
Public Overridable Function CanScrollVertically( _
   ByVal direction As Integer _
) As Boolean
'Usage
 
Dim instance As C1LinearGauge
Dim direction As Integer
Dim value As Boolean
 
value = instance.CanScrollVertically(direction)
[Android.Runtime.Register("canScrollVertically", 
   "(I)Z", 
   "GetCanScrollVertically_IHandler", 
   ApiSince=14)]
public virtual bool CanScrollVertically( 
   int direction
)

Parameters

direction
See Also

Reference

C1LinearGauge Class
C1LinearGauge Members