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
)
Sub SetForeground (
range As Range(Of Integer),
color As Color
)
abstract SetForeground :
range : Range<int> *
color : Color -> unit
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