Gets or sets the cursor image.

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 ImageSource CursorImageSource { get; set; }
Visual Basic (Declaration)
Public Property CursorImageSource As ImageSource
Visual C++
public:
property ImageSource^ CursorImageSource {
	ImageSource^ get ();
	void set (ImageSource^ value);
}

See Also