Gets or sets Tool which is active tool.

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 Tool Tool { get; set; }
Visual Basic (Declaration)
Public Property Tool As Tool
Visual C++
public:
property Tool^ Tool {
	Tool^ get ();
	void set (Tool^ value);
}

See Also