Skip to content

Commit 4be766d

Browse files
Update specs/RasterizationScale.md
Co-authored-by: Raymond Chen <oldnewthing@users.noreply.github.com>
1 parent 34447e6 commit 4be766d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/RasterizationScale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public partial class CoreWebView2Controller
148148
/// Determines whether the WebView will detect monitor scale changes.
149149
/// </summary>
150150
/// <remarks>
151-
/// 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 <see cref="CoreWebView2.RasterizationScale"/> property, and fire <see cref="CoreWebView2.RasterizationScaleChanged"/> event. When false, the WebView will not track monitor DPI scale changes, and the app must update the <see cref="CoreWebView2.RasterizationScale"/> property itself. <see cref="CoreWebView2.RasterizationScaleChanged"/> event will never fire when ShouldDetectMonitorScaleChanges is false.
151+
/// 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 <see cref="CoreWebView2.RasterizationScale"/> property, and raise <see cref="CoreWebView2.RasterizationScaleChanged"/> event. When false, the WebView will not track monitor DPI scale changes, and the app must update the <see cref="CoreWebView2.RasterizationScale"/> property itself. <see cref="CoreWebView2.RasterizationScaleChanged"/> event will never be raised when ShouldDetectMonitorScaleChanges is false.
152152
/// </remarks>
153153
public bool ShouldDetectMonitorScaleChanges {get; set;};
154154

0 commit comments

Comments
 (0)