GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadSurfaceChartView Class / TouchesCapturedWithin Property


In This Topic
TouchesCapturedWithin Property (SpreadSurfaceChartView)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property TouchesCapturedWithin As IEnumerable(Of TouchDevice)
 
'Usage
 
Dim instance As SpreadSurfaceChartView
Dim value As IEnumerable(Of TouchDevice)
 
value = instance.TouchesCapturedWithin
See Also