AvalonEdit
SetBackground Method (offset, length, brush)
NamespacesICSharpCode.AvalonEdit.HighlightingHighlightedInlineBuilderSetBackground(Int32, Int32, Brush)
Sets the background brush on the specified text segment.
Declaration Syntax
C#Visual BasicVisual C++
public void SetBackground(
	int offset,
	int length,
	Brush brush
)
Public Sub SetBackground ( _
	offset As Integer, _
	length As Integer, _
	brush As Brush _
)
public:
void SetBackground(
	int offset, 
	int length, 
	Brush^ brush
)
Parameters
offset (Int32)
length (Int32)
brush (Brush)

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