| TextControlTextColor Property  | 
 
            Gets or sets the color of the text.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic Color TextColor { get; set; }Public Property TextColor As Color
	Get
	Set
member TextColor : Color with get, set
Property Value
Type: 
ColorThe color of the text.
 Remarks
Remarks
            By default, the text will get a color based on the user's theme. However, this is usually black.
            
 See Also
See Also