Windows Window Style Manager
class WindowsWindowStyleManager( window: Window, isDarkTheme: Boolean = false, backdropType: WindowBackdrop = WindowBackdrop.Default, frameStyle: WindowFrameStyle = WindowFrameStyle()) : WindowStyleManager
Content copied to clipboard
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())
Content copied to clipboard
Properties
Link copied to clipboard
The type of the window backdrop/background. See WindowBackdrop and its implementations.
Link copied to clipboard
The style of the window frame which includes the title bar and window border. See WindowFrameStyle.