VideoAttributeCommand 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.
Lists the possible video region attibutes for a Remote Order Display device.
public enum VideoAttributeCommand
type VideoAttributeCommand =
Public Enum VideoAttributeCommand
- Inheritance
-
VideoAttributeCommand
Fields
Name | Value | Description |
---|---|---|
Set | 1 | Set the region with the new attribute. |
IntensityOn | 2 | Turn on foreground intensity in the region. |
IntensityOff | 3 | Turn off foreground intensity in the region. |
ReverseOn | 4 | Reverse video the region. |
ReverseOff | 5 | Remove reverse video from the region. |
BlinkOn | 6 | Turn on blinking in the region. |
BlinkOff | 7 | Turn off blinking in the region. |