Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TextBlock::SetFontFamily Method (DependencyObject^, FontFamily^)

 

Sets the value of the FontFamily attached property on a specified dependency object.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
static void SetFontFamily(
	DependencyObject^ element,
	FontFamily^ value
)

Parameters

element
Type: System.Windows::DependencyObject^

The dependency object on which to set the value of the FontFamily property.

value
Type: System.Windows.Media::FontFamily^

The new value to set the property to.

Exception Condition
ArgumentNullException

element is null.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft