Window Style specifies the rendering style of the application window.
Theme property filter XML code:
<DoStyleAction>
<SetProperty>
<PropertyPath>
<PropertyName>WindowStyle</PropertyName>
</PropertyPath>
</SetProperty>
</DoStyleAction>
Possible values:
Default value:
Bordered
Inheritance Diagram:
Influence and behavior:
Bordered windows do not merge into the parent window and are displayed as separate application windows with title bars, toolbars, status bars, and borders.
Flat windows are drawn with minimal decoration and without external frame: They merge seamlessly into the parent window.