Reflection
Column Property (ScreenPoint)


Gets the column of this screen coordinate.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
'Usage
 
Dim instance As ScreenPoint
Dim value As Integer
 
value = instance.Column
public int Column {get;}
See Also