Console.TextAttribute Property | |
A word specifying the current text attributes.
Namespace:
VO
Assembly:
VOConsoleClasses (in VOConsoleClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextAttribute AS WORD GET SET
public virtual ushort TextAttribute { get; set; }
Request Example
View SourceProperty Value
Type:
WordA 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