FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / PivotFilterEditor Class / TouchesOver Property

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