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


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