ActiveReports 12
AreAnyTouchesOver Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : AreAnyTouchesOver Property
Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree.
Syntax
'Declaration
 
Public ReadOnly Property AreAnyTouchesOver As Boolean
public bool AreAnyTouchesOver {get;}

Property Value

true if at least one touch is pressed over this element or any child elements in its visual tree; otherwise, false.
See Also

Reference

Viewer Class
Viewer Members