Gets zooming mode for the current Zoom struct.

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

Syntax

C#
public ZoomMode Mode { get; }
Visual Basic (Declaration)
Public ReadOnly Property Mode As ZoomMode
Visual C++
public:
property ZoomMode Mode {
	ZoomMode get ();
}

See Also