Applies the HighlightingColor to the specified range of text.
If the color specifies null for some properties, existing highlighting is preserved.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void ApplyHighlighting( int offset, int length, HighlightingColor color )
Public Sub ApplyHighlighting ( _ offset As Integer, _ length As Integer, _ color As HighlightingColor _ )
public: void ApplyHighlighting( int offset, int length, HighlightingColor^ color )
Parameters
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238