Gets or sets Cursor which is current cursor.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public Cursor CurrentCursor { get; set; }
Visual Basic (Declaration)
Public Property CurrentCursor As Cursor
Visual C++
public:
property Cursor^ CurrentCursor {
	Cursor^ get ();
	void set (Cursor^ value);
}

See Also