TextBlock::SetFontSize Method (DependencyObject^, Double)

 

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

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

public:
static void SetFontSize(
	DependencyObject^ element,
	double value
)

Parameters

element
Type: System.Windows::DependencyObject^

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

value
Type: System::Double

The new value to set the property to.

Exception Condition
ArgumentNullException

element is null.

.NET Framework
Available since 3.0
Return to top
Show: