Applies the specified font style 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 ApplyFontStyle(
	FontStyle fontStyle
)
Visual Basic
Public Sub ApplyFontStyle ( _
	fontStyle As FontStyle _
)
Visual C++
public:
virtual void ApplyFontStyle(
	FontStyle fontStyle
) sealed

Parameters

fontStyle
Type: System.Windows..::..FontStyle
The style to be applied.

See Also