UtilThemingColorizationColor Property
Gets the current color used for Aero / Desktop Window Manager (DWM) glass composition.
Namespace: DevCase.Core.Windows.ThemingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Color ColorizationColor { get; }
Public Shared ReadOnly Property ColorizationColor As Color
Get
Dim value As Color
value = UtilTheming.ColorizationColor
public:
static property Color ColorizationColor {
Color get ();
}
static member ColorizationColor : Color with get
No code example is currently available or this language may not be supported.
Property Value
Color
If Aero / Desktop Window Manager (DWM) is supported and enabled on the current operating system,
returns the current color used for glass composition; otherwise, returns
Empty.