FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlPanel Class / TouchesDirectlyOver Property

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