FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellView Class / TouchesCapturedWithin Property

In This Topic
    TouchesCapturedWithin Property (GridCellView)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property TouchesCapturedWithin As IEnumerable(Of TouchDevice)
    public IEnumerable<TouchDevice> TouchesCapturedWithin {get;}
    See Also