Gets
public int Row {get;}
'Declaration Public ReadOnly Property Row As Integer
'Declaration
Public ReadOnly Property Row As Integer
'Usage Dim instance As ScreenPoint Dim value As Integer value = instance.Row
'Usage
Dim instance As ScreenPoint Dim value As Integer value = instance.Row
private ScreenPoint screenPoint; //Get the screen coordinate row. int row = screenPoint.Row;
ScreenPoint Class ScreenPoint Members