ActiveReports 12
AreAnyTouchesCapturedWithin Property

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

Property Value

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

Reference

Viewer Class
Viewer Members