Specifies the x-coordinate of the upper-left corner of the rectangle.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
Int32
See Also