'Declaration
Public ReadOnly Property TouchesOver As System.Collections.Generic.IEnumerable(Of TouchDevice)
'Usage
Dim instance As HorizontalScrollbarsPresenter Dim value As System.Collections.Generic.IEnumerable(Of TouchDevice) value = instance.TouchesOver
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesOver {get;}