Applies the specified font weight to the current selection.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void ApplyFontWeight(
	FontWeight fontWeight
)
Visual Basic
Public Sub ApplyFontWeight ( _
	fontWeight As FontWeight _
)
Visual C++
public:
virtual void ApplyFontWeight(
	FontWeight fontWeight
) sealed

Parameters

fontWeight
Type: System.Windows..::..FontWeight
The font weight to be applied.

See Also