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

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