RefreshRate specifies the refresh rate for the display device.
Values
Refresh_rate | Specifies the refresh rate, in hertz. Refresh_rate is an integer. |
Valid Passes
Parent Hierarchy
Applies To
XML Example
The following XML output sets the display resolution to 1024x768, with 32-bit color depth, a refresh rate of 72 hertz, and 120 dpi.
<Display>
<ColorDepth>32</ColorDepth>
<DPI>120</DPI>
<HorizontalResolution>1024</HorizontalResolution>
<RefreshRate>72</RefreshRate>
<VerticalResolution>768</VerticalResolution>
</Display>
See Also