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; }
Public Shared ReadOnly Property ControlText As Color
Get
static member ControlText : Color with get
Property Value
Type:
ColorThe color of control text.
See Also