Click or drag to resize

RichTextAreaSelectionBackground Property

Gets or sets the background color of the selected text or insertion point.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Color SelectionBackground { get; set; }

Property Value

Type: Color
The background color of the selection.
See Also