Skip to content

Commit bf59640

Browse files
Update GlobalSettings.cs
1 parent 4f04819 commit bf59640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebViewControl/GlobalSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void AddCommandLineSwitch(string key, string value) {
2929
public IEnumerable<KeyValuePair<string, string>> CommandLineSwitches => commandLineSwitches;
3030

3131
/// <summary>
32-
/// Gets or sets the background color used for the browser before a document is loaded or when no document is loaded.
32+
/// Gets or sets the background color of the WebView control.
3333
/// Default is <see cref="Color.White"/>.
3434
/// Note: Transparent colors (alpha &lt; 255) are not supported.
3535
/// </summary>

0 commit comments

Comments
 (0)