Click or drag to resize

ITextBufferSetForeground Method

Sets the foreground color for the specified text range.

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

Parameters

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