ActiveReports Developer 7
TouchesCapturedWithin Property
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : TouchesCapturedWithin Property

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TouchesCapturedWithin As System.Collections.Generic.IEnumerable(Of TouchDevice)
C# 
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesCapturedWithin {get;}

See Also