UtilThemingAeroEnabled Property
Gets a value indicating whether Desktop Window Manager (DWM) composition is enabled
on the current operating system.
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 bool AeroEnabled { get; }
Public Shared ReadOnly Property AeroEnabled As Boolean
Get
Dim value As Boolean
value = UtilTheming.AeroEnabled
public:
static property bool AeroEnabled {
bool get ();
}
static member AeroEnabled : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean
If Aero / Desktop Window Manager (DWM) composition is supported on the current operating system,
returns a value indicating whether it is enabled; otherwise, returns
,