Click or drag to resize

Console.TextAttribute Property (Typed)

X#
A word specifying the current text attributes.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOConsoleClasses (in XSharp.VOConsoleClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY TextAttribute AS WORD GET SET 
Request Example View Source

Property Value

Type: Word
A word specifying the current text attributes.
Remarks

Any combination of the following constants can be used using _Or():

FOREGROUND_BLUE
FOREGROUND_GREEN
FOREGROUND_RED
FOREGROUND_INTENSITY
BACKGROUND_BLUE
BACKGROUND_GREEN
BACKGROUND_RED
BACKGROUND_INTENSITY
See Also