FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / TouchesCapturedWithin Property

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