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