'Declaration
Public ReadOnly Property AreAnyTouchesDirectlyOver As System.Boolean
'Usage
Dim instance As VerticalScrollbarsPresenter Dim value As System.Boolean value = instance.AreAnyTouchesDirectlyOver
public System.bool AreAnyTouchesDirectlyOver {get;}
public read-only property AreAnyTouchesDirectlyOver: System.Boolean;
public function get AreAnyTouchesDirectlyOver : System.boolean
public: __property System.bool get_AreAnyTouchesDirectlyOver();
public: property System.bool AreAnyTouchesDirectlyOver { System.bool get(); }