ActiveReports 12
IsHitTestVisible Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsHitTestVisible Property
Gets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property.
Syntax
'Declaration
 
Public Property IsHitTestVisible As Boolean
public bool IsHitTestVisible {get; set;}

Property Value

true if this element could be returned as a hit test result from at least one point; otherwise, false. The default value is true.
See Also

Reference

Viewer Class
Viewer Members