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