WindowSpec.ShowTitleBar property
GlassMenu only: draw the top title bar. Defaults true. Set false for windows that self-compose their own header inside the body (the launcher, whose header is top in Full/vertical but a LEFT strip in horizontal — a single fixed top bar can’t express both). With no title bar the whole frame becomes the drag handle (if Draggable), and the body must supply its own close affordance.
public bool ShowTitleBar { get; set; }See Also
Section titled “See Also”- record WindowSpec
- namespace Stellar.Abstractions.Domain