Gets FontsManager which is fonts manager.

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

See Also