'Declaration
Public ReadOnly Property TouchesOver As System.Collections.Generic.IEnumerable(Of TouchDevice)
'Usage
Dim instance As VerticalScrollbarsPresenter Dim value As System.Collections.Generic.IEnumerable(Of TouchDevice) value = instance.TouchesOver
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesOver {get;}
public read-only property TouchesOver: System.Collections.Generic.IEnumerable;
public function get TouchesOver : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<TouchDevice*>* get_TouchesOver();
public: property System.Collections.Generic.IEnumerable<TouchDevice^>^ TouchesOver { System.Collections.Generic.IEnumerable<TouchDevice^>^ get(); }