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


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