Window Frame Style
data class WindowFrameStyle( val borderColor: Color = Color.Unspecified, val titleBarColor: Color = Color.Unspecified, val captionColor: Color = Color.Unspecified, val cornerPreference: WindowCornerPreference = WindowCornerPreference.DEFAULT)
Content copied to clipboard
Styles for the window frame which includes the title bar and window border.
All these styles are only supported on Windows 11 or greater and has no effect on other OSes.
Constructors
Link copied to clipboard
fun WindowFrameStyle( borderColor: Color = Color.Unspecified, titleBarColor: Color = Color.Unspecified, captionColor: Color = Color.Unspecified, cornerPreference: WindowCornerPreference = WindowCornerPreference.DEFAULT)
Content copied to clipboard