The x-coordinate of the left edge of this rectangle.
Read-only property
[Visual Basic .NET] |
---|
Public Property Left() As Integer |
[C#] |
---|
public int Left {get;} |
[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] | ![]() | |
---|---|---|
|