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

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