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