Click or drag to resize

ITextBufferSetBackground Method

Sets the background color for the specified range.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetBackground(
	Range<int> range,
	Color color
)

Parameters

range
Type: Eto.FormsRangeInt32
Range to set the background color.
color
Type: Eto.DrawingColor
Color to set the text background in the range.
See Also