Specifies the x-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 left {
get;
set; }
Public Property left As Integer
Get
Set
public:
property int left {
int get ();
void set (int value);
}
member left : int with
get, set
Property Value
Type:
Int32See Also