Gets or sets mouse pointer location.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: 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); } |