The x-coordinate of the left edge of this rectangle.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Left() As Integer |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property int get_Left(); |
| [Unmanaged C++] |
|---|
public: HRESULT get_Left( |
| [Java] |
|---|
public int getLeft(); |
The value is expressed in control coordinates.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
