RichTextAreaSelectionForeground Property |
Gets or sets the foreground color of the selected text or insertion point.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Color SelectionForeground { get; set; }
Public Property SelectionForeground As Color
Get
Set
member SelectionForeground : Color with get, set
Property Value
Type:
ColorThe foreground color of the selection.
See Also