AvalonEdit
FormattedTextElement Constructor (text, documentLength)
NamespacesICSharpCode.AvalonEdit.RenderingFormattedTextElementFormattedTextElement(TextLine, Int32)
Creates a new FormattedTextElement that displays the specified text and occupies the specified length in the document.
Declaration Syntax
C#Visual BasicVisual C++
public FormattedTextElement(
	TextLine text,
	int documentLength
)
Public Sub New ( _
	text As TextLine, _
	documentLength As Integer _
)
public:
FormattedTextElement(
	TextLine^ text, 
	int documentLength
)
Parameters
text (TextLine)
documentLength (Int32)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238