Reflection
Column Property (Hotspot)


Gets or sets whether the hotspot will appear only if the text is in the specified column.
Syntax
'Declaration
 
Public Property Column As Integer
'Usage
 
Dim instance As Hotspot
Dim value As Integer
 
instance.Column = value
 
value = instance.Column
public int Column {get; set;}
See Also