Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadChartBaseView Class / TouchesCapturedWithin Property


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