Current position.

Namespace:  PerpetuumSoft.Reporting.Wizards
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
protected double Y { get; set; }
Visual Basic (Declaration)
Protected Property Y As Double
Visual C++
protected:
property double Y {
	double get ();
	void set (double value);
}

See Also