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

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