ActiveReports 13
TouchesCapturedWithin Property

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : TouchesCapturedWithin Property
Gets all touch devices that are captured to this element or any child elements in its visual tree.
Syntax
'Declaration
 
Public ReadOnly Property TouchesCapturedWithin As IEnumerable(Of TouchDevice)
public IEnumerable<TouchDevice> TouchesCapturedWithin {get;}

Property Value

An enumeration of System.Windows.Input.TouchDevice objects that are captured to this element or any child elements in its visual tree.
See Also

Reference

Viewer Class
Viewer Members