Window
Window is the root of the tree of elements that are visible on the screen.[sls.meta.window.purpose]
Properties
Section titled “Properties”length(in-out)default: 0px
The width of the window.[sls.ref.window.width]
The application gives the window its size when it creates the component, so this is a value the file reads, and binding it is an error.[sls.ref.window.width-out]
height
Section titled “height”length(in-out)default: 0px
The height of the window.[sls.ref.window.height]
The application gives the window its size when it creates the component, so this is a value the file reads, and binding it is an error.[sls.ref.window.height-out]
background
Section titled “background”brushdefault: depends on the style
The background brush of the Window. It is painted first, covering the whole window.[sls.ref.window.background]
This background must be an opaque color literal. Rendering writes every pixel of the frame buffer, and there’s nothing underneath the window for a translucent background to blend with.[sls.ref.window.opaque]
© 2026 SixtyFPS GmbH