Sets the text associated with specified Glyphs element.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static void SetText(
	Glyphs glyphs,
	string text
)
Visual Basic
Public Shared Sub SetText ( _
	glyphs As Glyphs, _
	text As String _
)
Visual C++
public:
static void SetText(
	Glyphs^ glyphs, 
	String^ text
)

Parameters

glyphs
Type: System.Windows.Documents..::..Glyphs
The glyphs.
text
Type: System..::..String
The text.

Remarks

This type or member is not intended to be used directly from your code.

See Also