chore: updated documentation

This commit is contained in:
Denny09310
2025-11-08 11:24:36 +01:00
parent d79b73e960
commit 14962e1983

View File

@@ -217,8 +217,13 @@ namespace ElectronNET.API.Entities
public TitleBarStyle TitleBarStyle { get; set; }
/// <summary>
/// When using a frameless window this can be used to indicate if the
/// standard control buttons should be shown. Default is false.
/// Configures the window's title bar overlay when using a frameless window.
/// Can be either:
/// - false: No title bar overlay.
/// - true: Enables the default title bar overlay.
/// - An object defining custom overlay options (such as height, color, etc.).
///
/// Default is false.
/// </summary>
[JsonConverter(typeof(TitleBarOverlayConverter))]
public TitleBarOverlay TitleBarOverlay { get; set; }