MindFusion.Reporting for Silverlight Programmer's Guide
Page.FontFamily Property
See Also
 





Gets or sets the font family of the items on the page. If the font family is not specified, it will be inherited from the containing report.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public FontFamily FontFamily { get; set; }

Visual Basic  Copy Code

Public Property FontFamily As FontFamily

 Property Value

An instance of the Silverlight FontFamily class.

 Remarks

This is a convenience property for getting and setting the Report.FontFamily attached property on this page. This property is inherited; that is, items which do not explicitly specify a value for it, will inherit the value from their parent item, which in turn will inherit it from its parent, and so on.

 See Also

Page Members
Page Class
MindFusion.Reporting.Silverlight Namespace