xtd 0.2.0
Loading...
Searching...
No Matches

◆ dark_mode() [2/2]

static void xtd::forms::application::dark_mode ( bool  value)
static

Sets a value indicating whether dark mode is enabled for the application.

Parameters
valueTrue is dark mode enabled; otherwise false.
Exceptions
xtd::invalid_operation_exceptionIf this method is called after xtd::forms::application::run.