The x-coordinate of the right edge of this line.
Read-only property
[Visual Basic .NET] |
---|
Public Property Right() As Integer |
[C#] |
---|
public int Right {get;} |
[Managed C++] |
---|
public: __property int get_Right(); |
[Unmanaged C++] |
---|
public: HRESULT get_Right( OLE_XPOS_PIXELS * pVal ); |
[Java] |
---|
public int getRight(); |