Gets or sets Y 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 CenterPointY { get; set; }
Visual Basic (Declaration)
Public Property CenterPointY As Double
Visual C++
public:
property double CenterPointY {
	double get ();
	void set (double value);
}

Field Value

The Y coordinate of the cursor pointer on the image.

See Also