Sets the font loading source for control.

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

Syntax

C#
public void SetFontSource(
	DependencyObject control
)
Visual Basic (Declaration)
Public Sub SetFontSource ( _
	control As DependencyObject _
)
Visual C++
public:
void SetFontSource(
	DependencyObject^ control
)

See Also