VerticalResolution (Standard 8 Module Reference)
7/8/2014
Review the applicable Embedded Core modules and any examples for the VerticalResolution setting in Windows Embedded 8 Standard (Standard 8).
This setting contains an integer that specifies the vertical resolution, in pixels, for the video adapter or display device.
Modules
The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.
Module |
Path |
Setting Description |
---|---|---|
Products/Embedded Core/Setup/Display/VerticalResolution |
Specifies the vertical resolution to apply to the video adapter. |
|
Products/Embedded Core/Shell-Setup/Display/VerticalResolution |
Specifies the vertical resolution for the display device. |
XML Example
The following XML example sets the display resolution to 640x480, with 16-bit color depth and a refresh rate of 60 hertz.
<Display>
<HorizontalResolution>640</HorizontalResolution>
<VerticalResolution>480</VerticalResolution>
</Display>