Gets the tooltip for the control which is responsible for dynamic scaling. The scaling is performed by pressing the left mouse button and moving pointer.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.Localization
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public string TooltipZoomDynamic { get; }
Visual Basic (Declaration)
Public ReadOnly Property TooltipZoomDynamic As String
Visual C++
public:
property String^ TooltipZoomDynamic {
	String^ get ();
}

See Also