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


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