DisplayTextMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the possible text mode values.
public enum DisplayTextMode
type DisplayTextMode =
Public Enum DisplayTextMode
- Inheritance
-
DisplayTextMode
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Displays the text normally. |
Blink | 1 | Displays the text as blinking. |
Reverse | 2 | Displays the text in reverse video. |
BlinkReverse | 3 | Displays the text in reverse video and blinking. |