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


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