Creates a new FormattedTextElement that displays the specified text
and occupies the specified length in the document.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public FormattedTextElement( FormattedText text, int documentLength )
Public Sub New ( _ text As FormattedText, _ documentLength As Integer _ )
public: FormattedTextElement( FormattedText^ text, int documentLength )
Parameters
- text (FormattedText)
- documentLength (Int32)
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238