Sets the font source.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.Fonts
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static void SetFontSource(
DependencyObject control,
FontSource fontSource
) |
Visual Basic (Declaration) |
---|
Public Shared Sub SetFontSource ( _
control As DependencyObject, _
fontSource As FontSource _
) |
Visual C++ |
---|
public:
static void SetFontSource(
DependencyObject^ control,
FontSource^ fontSource
) |
See Also