You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -130,7 +133,7 @@ public partial class CoreWebView2Controller
130
133
/// </summary>
131
134
/// <remarks>
132
135
/// The rasterization scale is the combination of the monitor DPI scale and text scaling set by the user. This value shoud be updated when the DPI scale of the app's top level window changes (i.e. monitor DPI scale changes or the window changes monitor) or when the text scale factor of the system changes.
133
-
/// Rasterization scale applies to the WebView content, as well as popups, context menus, scroll bars, etc. Normal app scaling scenarios should use the <seecref="CoreWebView2.ZoomFactor"/> property or <seecref="CoreWebView2.SetBoundsAndZoomFactor"/> method.
136
+
/// Rasterization scale applies to the WebView content, as well as popups, context menus, scroll bars, and so on. Normal app scaling scenarios should use the <seecref="CoreWebView2.ZoomFactor"/> property or <seecref="CoreWebView2.SetBoundsAndZoomFactor"/> method.
134
137
/// </remarks>
135
138
publicdoubleRasterizationScale { get; set;};
136
139
@@ -140,7 +143,7 @@ public partial class CoreWebView2Controller
140
143
/// <remarks>
141
144
/// ShouldDetectMonitorScaleChanges property determines whether the WebView attempts to track monitor DPI scale schanges. When true, the WebView will track monitor DPI scale changes, update the <seecref="CoreWebView2.RasterizationScale"/> property, and fire <seecref="CoreWebView2.RasterizationScaleChanged"/> event. When false, the WebView will not track monitor DPI scale changes, and the app must update the <seecref="CoreWebView2.RasterizationScale"/> property itself. <seecref="CoreWebView2.RasterizationScaleChanged"/> event will never fire when ShouldDetectMonitorScaleChanges is false.
0 commit comments