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, or displacement, of a control's content from the top edge of the display device area that contains the control.

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 control's content from the top edge of the area in which the control is contained.

.NET Framework Security

See Also

Reference

ListBox Class

Microsoft.SPOT.Presentation.Controls Namespace