Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / TouchesCaptured Property


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