File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/ElectronNET.API/API/Entities Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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 ; }
You can’t perform that action at this time.
0 commit comments