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