The class which realizes tool for view scaling with mouse move at pressed mouse left button.

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

Syntax

C#
public class DynamicZoomTool : StandardTool
Visual Basic (Declaration)
Public Class DynamicZoomTool _
	Inherits StandardTool
Visual C++
public ref class DynamicZoomTool : public StandardTool

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Silverlight.Client..::.Tool
    PerpetuumSoft.Reporting.Silverlight.Client..::.StandardTool
      PerpetuumSoft.Reporting.Silverlight.Client..::.DynamicZoomTool

See Also