Gets scale value for the current Zoom struct.

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

Syntax

C#
public double Scale { get; }
Visual Basic (Declaration)
Public ReadOnly Property Scale As Double
Visual C++
public:
property double Scale {
	double get ();
}

See Also