Click or drag to resize

SystemColorsControlText Property

Gets the color of text in a control, such as a TextBox or GridView.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Color ControlText { get; }

Property Value

Type: Color
The color of control text.
See Also