ActiveReports 12
Cursor Property (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : Cursor Property
Gets or sets the cursor that displays when the mouse pointer is over this element.
Syntax
'Declaration
 
Public Property Cursor As Cursor
public Cursor Cursor {get; set;}

Property Value

The cursor to display. The default value is defined as null per this dependency property. However, the practical default at run time will come from a variety of factors.
See Also

Reference

Viewer Class
Viewer Members