Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / VerticalOffset Property


In This Topic
    VerticalOffset Property (C1ScrollViewer)
    In This Topic
    Gets the distance the content has been scrolled vertically.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VerticalOffset As Double
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim value As Double
     
    value = instance.VerticalOffset
    public double VerticalOffset {get;}
    See Also