HostUtils.RunningInDarkMode Property

HostUtilsRunningInDarkMode Property

Returns true if the host operating system is in dark mode and Rhino supports dark mode.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.19
Syntax
public static bool RunningInDarkMode { get; }
Public Shared ReadOnly Property RunningInDarkMode As Boolean
	Get

Property Value

Type: Boolean
See Also