Gets or sets mouse pointer location.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public Point Location { get; private set; }
Visual Basic (Declaration)
Public Property Location As Point
Visual C++
public:
property Point Location {
	Point get ();
	void set (Point value);
}

Field Value

The location. The instance of Point class.

See Also