ScrollViewer.VerticalOffset Property
Gets or sets the vertical offset of the scrolled content in a ScrollViewer object.
Namespace: Microsoft.SPOT.Presentation.Controls
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public int VerticalOffset { get; set; }
Property Value
The vertical offset of the scrolled content. The default value for this property is 0 (zero).
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
ScrollViewer Class
ScrollViewer Members
Microsoft.SPOT.Presentation.Controls Namespace