CharInfoAttributes Enumeration

Specifies the character attributes of a screen buffer character cell.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum CharInfoAttributes

Remarks

Members

None 0 No attributes.
BlackColor 0 Same as None.
ForeColorBlue 1 Text color contains blue.
ForeColorGreen 2 Text color contains green.
ForeColorRed 4 Text color contains red.
ForeColorIntensity 8 Text color Is intensified.
ForeColorMask 15 Foreground color mask.
BackColorBlue 16 Background color contains blue.
BackColorGreen 32 Background color contains green.
BackColorRed 64 Background color contains red.
BackColorIntensity 128 Background color Is intensified.
BackColorMask 240 Background color mask.
ColorMask 255 Color mask.
LeadingByte 256 Leading Byte.
TrailingByte 512 Trailing Byte.
GridHorizontal 1,024 Top horizontal.
GridVerticalLeft 2,048 Left vertical.
GridVerticalRight 4,096 Right vertical.
ReverseVideo 16,384 Reverse foreground and background attribute.
Underscore -32,768 Underscore.

See Also