VerticalOffset Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
Public Property VerticalOffset As Integer
public int VerticalOffset { get; set; }
public:
property int VerticalOffset {
    int get ();
    void set (int value);
}
member VerticalOffset : int with get, set
function get VerticalOffset () : int
function set VerticalOffset (value : int)

Property Value

Type: System. . :: . .Int32
The vertical offset of the scrolled content. The default value for this property is 0 (zero).

.NET Framework Security

See Also

Reference

ScrollViewer Class

Microsoft.SPOT.Presentation.Controls Namespace