ActiveReports 12
TouchesCaptured Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : TouchesCaptured Property
Gets all touch devices that are captured to this element.
Syntax
'Declaration
 
Public ReadOnly Property TouchesCaptured As IEnumerable(Of TouchDevice)
public IEnumerable<TouchDevice> TouchesCaptured {get;}

Property Value

An enumeration of System.Windows.Input.TouchDevice objects that are captured to this element.
See Also

Reference

Viewer Class
Viewer Members