Click or drag to resize

TextControl.TextColor Property (Typed)

X#
The color used to draw the text in the control. (Refer to the Color:Init() method for details on specifying a color object.)

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY TextColor AS Color GET SET 
Request Example View Source

Property Value

Type: Color
The color used to draw the text in the control. (Refer to the Color:Init() method for details on specifying a color object.)
See Also