C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewerView Class / VerticalOffset Property


In This Topic
VerticalOffset Property (C1ScrollViewerView)
In This Topic
Gets the distance the content has been scrolled vertically.
Syntax
'Declaration
 
Public ReadOnly Property VerticalOffset As Double
 
'Usage
 
Dim instance As C1ScrollViewerView
Dim value As Double
 
value = instance.VerticalOffset
See Also