Creates a new HighlightingColorizer instance that uses a fixed highlighter instance.
The colorizer can only be used with text views that show the document for which
the highlighter was created.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public HighlightingColorizer( IHighlighter highlighter )
Public Sub New ( _ highlighter As IHighlighter _ )
public: HighlightingColorizer( IHighlighter^ highlighter )
Parameters
- highlighter (IHighlighter)
- The highlighter to be used.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238