Skip to content

Commit 14962e1

Browse files
committed
chore: updated documentation
1 parent d79b73e commit 14962e1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/ElectronNET.API/API/Entities/BrowserWindowOptions.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,13 @@ public class BrowserWindowOptions
217217
public TitleBarStyle TitleBarStyle { get; set; }
218218

219219
/// <summary>
220-
/// When using a frameless window this can be used to indicate if the
221-
/// standard control buttons should be shown. Default is false.
220+
/// Configures the window's title bar overlay when using a frameless window.
221+
/// Can be either:
222+
/// - false: No title bar overlay.
223+
/// - true: Enables the default title bar overlay.
224+
/// - An object defining custom overlay options (such as height, color, etc.).
225+
///
226+
/// Default is false.
222227
/// </summary>
223228
[JsonConverter(typeof(TitleBarOverlayConverter))]
224229
public TitleBarOverlay TitleBarOverlay { get; set; }

0 commit comments

Comments
 (0)