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