Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / ScrollTo Method


In This Topic
    ScrollTo Method (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("scrollTo", 
       "(II)V", 
       "GetScrollTo_IIHandler")>
    Public Overridable Sub ScrollTo( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1Gauge
    Dim x As Integer
    Dim y As Integer
     
    instance.ScrollTo(x, y)
    [Android.Runtime.Register("scrollTo", 
       "(II)V", 
       "GetScrollTo_IIHandler")]
    public virtual void ScrollTo( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also