Applies the specified text decorations 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 ApplyTextDecorations(
	TextDecorationCollection textDecorations
)
Visual Basic
Public Sub ApplyTextDecorations ( _
	textDecorations As TextDecorationCollection _
)
Visual C++
public:
virtual void ApplyTextDecorations(
	TextDecorationCollection^ textDecorations
) sealed

Parameters

textDecorations
Type: System.Windows..::..TextDecorationCollection
The decorations to be applied.

See Also