|
13 | 13 | <BaseTypeName>System.Enum</BaseTypeName>
|
14 | 14 | </Base>
|
15 | 15 | <Docs>
|
16 |
| - <summary>To be added.</summary> |
17 |
| - <remarks>To be added.</remarks> |
| 16 | + <summary>Specifies the different high DPI modes that can be applied to an application.</summary> |
| 17 | + <remarks> |
| 18 | + <format type="text/markdown"><![CDATA[ |
| 19 | + |
| 20 | +## Remarks |
| 21 | +
|
| 22 | +Specifying the high DPI mode is dependent on the OS version of the machine you're running your application on. Setting the high DPI mode will work on machines running Windows 10 Creators Update (version 1703) or later versions. |
| 23 | +
|
| 24 | +Changing the DPI mode after the application has started running doesn't impact scaling (that is, the change won't take effect). |
| 25 | +
|
| 26 | +If you're using the `PerMonitor` value and there is more than one monitor attached with different DPI settings, the DPI may change when the window is moved from one monitor to the other. |
| 27 | +In this case, the application rescales according to the new monitor's DPI settings. |
| 28 | +Alternatively, the DPI of a window can be changed when the OS scaling setting is changed for the monitor the window is on. |
| 29 | +
|
| 30 | + ]]></format> |
| 31 | + </remarks> |
18 | 32 | </Docs>
|
19 | 33 | <Members>
|
20 | 34 | <Member MemberName="DpiUnaware">
|
|
34 | 48 | </ReturnValue>
|
35 | 49 | <MemberValue>0</MemberValue>
|
36 | 50 | <Docs>
|
37 |
| - <summary>To be added.</summary> |
| 51 | + <summary>The application window does not scale for DPI changes and always assumes a scale factor of 100%.</summary> |
38 | 52 | </Docs>
|
39 | 53 | </Member>
|
40 | 54 | <Member MemberName="DpiUnawareGdiScaled">
|
|
54 | 68 | </ReturnValue>
|
55 | 69 | <MemberValue>4</MemberValue>
|
56 | 70 | <Docs>
|
57 |
| - <summary>To be added.</summary> |
| 71 | + <summary>Similar to <see cref="F:System.Windows.Forms.HighDpiMode.DpiUnaware" />, but improves the quality of GDI/GDI+ based content.</summary> |
58 | 72 | </Docs>
|
59 | 73 | </Member>
|
60 | 74 | <Member MemberName="PerMonitor">
|
|
74 | 88 | </ReturnValue>
|
75 | 89 | <MemberValue>2</MemberValue>
|
76 | 90 | <Docs>
|
77 |
| - <summary>To be added.</summary> |
| 91 | + <summary>The window checks for DPI when it's created and adjusts scale factor when the DPI changes.</summary> |
78 | 92 | </Docs>
|
79 | 93 | </Member>
|
80 | 94 | <Member MemberName="PerMonitorV2">
|
|
94 | 108 | </ReturnValue>
|
95 | 109 | <MemberValue>3</MemberValue>
|
96 | 110 | <Docs>
|
97 |
| - <summary>To be added.</summary> |
| 111 | + <summary>Similar to <see cref="F:System.Windows.Forms.HighDpiMode.PerMonitor" />, but enables child window DPI change notification, improved scaling of comctl32 controls, and dialog scaling.</summary> |
98 | 112 | </Docs>
|
99 | 113 | </Member>
|
100 | 114 | <Member MemberName="SystemAware">
|
|
114 | 128 | </ReturnValue>
|
115 | 129 | <MemberValue>1</MemberValue>
|
116 | 130 | <Docs>
|
117 |
| - <summary>To be added.</summary> |
| 131 | + <summary>The window queries for the DPI of the primary monitor once and uses this for the application on all monitors.</summary> |
118 | 132 | </Docs>
|
119 | 133 | </Member>
|
120 | 134 | </Members>
|
|
0 commit comments