Gets and sets the x-coordinate of the top-left corner of the rectangle.
JavaScript |
|
|
|
Left |
C# |
|
|
|
double Left { get; set; } |
C++ |
|
|
|
HRESULT Left([out, retval] double* pVal) HRESULT Left([in] double pVal) |