RichTextAreaIHandlerSelectionBackground 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 Color SelectionBackground { get; set; }
Property SelectionBackground As Color
Get
Set
abstract SelectionBackground : Color with get, set
Property Value
Type:
ColorThe background color of the selection.
See Also