Top 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 position of the current window's top edge in relation to the desktop.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

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

Property Value

Type: System. . :: . .Int32
The position of the current window's top edge, in logical units (1/96 of an inch).

.NET Framework Security

See Also

Reference

Window Class

Microsoft.SPOT.Presentation Namespace