Applies the specified font size 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 ApplyFontSize(
	double fontSize
)
Visual Basic
Public Sub ApplyFontSize ( _
	fontSize As Double _
)
Visual C++
public:
virtual void ApplyFontSize(
	double fontSize
) sealed

Parameters

fontSize
Type: System..::..Double
The size to be applied.

See Also