Sets the text start index of 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 SetTextIndex(
	Glyphs glyphs,
	int index
)
Visual Basic
Public Shared Sub SetTextIndex ( _
	glyphs As Glyphs, _
	index As Integer _
)
Visual C++
public:
static void SetTextIndex(
	Glyphs^ glyphs, 
	int index
)

Parameters

glyphs
Type: System.Windows.Documents..::..Glyphs
The glyphs.
index
Type: System..::..Int32
The index.

Remarks

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

See Also