AvalonEdit
ApplyHighlighting Method (offset, length, color)
NamespacesICSharpCode.AvalonEdit.HighlightingRichTextModelApplyHighlighting(Int32, Int32, HighlightingColor)
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 BasicVisual 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
offset (Int32)
length (Int32)
color (HighlightingColor)

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