Specifies the y-coordinate of the upper-left corner of the rectangle.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public int top {
get;
set; }
Public Property top As Integer
Get
Set
public:
property int top {
int get ();
void set (int value);
}
member top : int with
get, set
Property Value
Type:
Int32See Also