FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / CustomFilterEditor Class / TouchesCaptured Property

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