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