Gets the tooltip for the control which is responsible for scaling equal to the page width.

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 TooltipPageWidth { get; }
Visual Basic (Declaration)
Public ReadOnly Property TooltipPageWidth As String
Visual C++
public:
property String^ TooltipPageWidth {
	String^ get ();
}

See Also