Click or drag to resize

TextControlTextColor Property

Gets or sets the color of the text.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Color TextColor { get; set; }

Property Value

Type: Color
The color of the text.
Remarks
By default, the text will get a color based on the user's theme. However, this is usually black.
See Also