ActiveReports 13
TouchesOver Property

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

Property Value

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

Reference

Viewer Class
Viewer Members