ActiveReports 12
TouchesDirectlyOver Property

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

Property Value

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

Reference

Viewer Class
Viewer Members