Gets or sets X coordinate of the cursor pointer on the image.
Takes values from 0 to 1. This is a dependency property.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public double CenterPointX { get; set; } |
Visual Basic (Declaration) |
---|
Public Property CenterPointX As Double |
Visual C++ |
---|
public:
property double CenterPointX {
double get ();
void set (double value);
} |
Field Value
The X coordinate of the cursor pointer on the image.
See Also