Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadSurfaceChartView Class / TouchesOver Property


In This Topic
    TouchesOver Property (SpreadSurfaceChartView)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property TouchesOver As IEnumerable(Of TouchDevice)
    'Usage
     
    Dim instance As SpreadSurfaceChartView
    Dim value As IEnumerable(Of TouchDevice)
     
    value = instance.TouchesOver
    public IEnumerable<TouchDevice> TouchesOver {get;}
    See Also