WindowsWindowStyleManager

class WindowsWindowStyleManager(    window: Window,     isDarkTheme: Boolean = false,     backdropType: WindowBackdrop = WindowBackdrop.Default,     frameStyle: WindowFrameStyle = WindowFrameStyle()) : WindowStyleManager

Windows implementation of WindowStyleManager. It is not recommended to use this class directly.

If used on an OS other than Windows, it'll crash.

Constructors

Link copied to clipboard
fun WindowsWindowStyleManager(    window: Window,     isDarkTheme: Boolean = false,     backdropType: WindowBackdrop = WindowBackdrop.Default,     frameStyle: WindowFrameStyle = WindowFrameStyle())

Properties

Link copied to clipboard
open override var backdropType: WindowBackdrop

The type of the window backdrop/background. See WindowBackdrop and its implementations.

Link copied to clipboard
open override var frameStyle: WindowFrameStyle

The style of the window frame which includes the title bar and window border. See WindowFrameStyle.

Link copied to clipboard
open override var isDarkTheme: Boolean

This property should match the theming system used in your application. It's effect depends on the used backdrop as follows: