Enum VideoAttribute
Defines the possible video attributes.
Namespace: Sharpie
Assembly: sharpie.dll
Syntax
[PublicAPI]
[Flags]
public enum VideoAttribute : uint
Fields
Name | Description |
---|---|
AltCharset | Alternate character set. |
Blink | Blinking text |
Bold | Extra bright or bold text. |
Dim | Half bright text. |
HorizontalHighlight | Horizontal highlight. |
Invisible | Invisible or blank mode. |
Italic | Italic highlight. |
LeftHighlight | Left highlight. |
LowHighlight | Low highlight. |
None | No attributes, default text style. |
Protect | Protected mode. |
Reverse | Reverse-video text. |
RightHighlight | Right highlight. |
StandOut | The best highlighting mode available. |
TopHighlight | Top highlight. |
Underline | Underlined text. |
VerticalHighlight | Vertical highlight. |