ActiveReports 12
IsStylusDirectlyOver Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsStylusDirectlyOver Property
Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. This is a dependency property.
Syntax
'Declaration
 
Public ReadOnly Property IsStylusDirectlyOver As Boolean
public bool IsStylusDirectlyOver {get;}

Property Value

true if the stylus pointer is over the same element result as a hit test; otherwise, false. The default is false.
See Also

Reference

Viewer Class
Viewer Members