IScrollInfo.VerticalOffset Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the vertical offset of the scrolled content.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.DoubleA Double that represents, in logical pixels, the vertical offset of the scrolled content. Valid values are between zero and the ExtentHeight minus the ViewportHeight. This property has no default value.
Show: