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