TextControl.TextColor Property (Typed) | |
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
public virtual Color TextColor { get; set; }
Request Example
View SourceProperty Value
Type:
ColorThe color used to draw the text in the control. (Refer to the Color:Init() method for details on specifying a color object.)
See Also