UtilTheming Class

Contains cursor related utilities.

Definition

Namespace: DevCase.Core.Windows.Theming
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class UtilTheming
Inheritance
Object    UtilTheming

Properties

AeroEnabled Gets a value indicating whether Desktop Window Manager (DWM) composition is enabled on the current operating system.
AeroSupported Gets a value indicating whether Aero / Desktop Window Manager (DWM) composition feature is supported on the current operating system.
ColorizationColor Gets the current color used for Aero / Desktop Window Manager (DWM) glass composition.
CurrentScreensaver Gets the path of the current screensaver.
CurrentTheme Gets a ThemeInfo object that contains the info of the current windows theme.
CurrentWallpaper Gets the filepath of the current desktop wallpaper.
InstalledFontNames Gets the names of the font families installed on the current machine.
InstalledFonts Gets the font families installed on the current machine.
WallpaperAsJpegIsSupported Gets a value that determines wheter jpeg files are supported as wallpaper in the current operating system. The jpeg wallpapers are not supported before Windows Vista.
WallpaperStylesFitFillAreSupported Gets a value that determines whether the Fit and Fill are supported in the current operating system. The Fit and Fill wallpaper styles are not supported before Windows 7.

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
IsFontInstalled(FontFamily) Determines whether a text-font is installed on the current machine.
IsFontInstalled(String) Determines whether a text-font is installed on the current machine.
RemoveDesktopWallpaper Removes the current desktop wallpaper from screen.
SetDesktopWallpaper Sets the current desktop wallpaper.
SetScreensaver Sets the system screensaver.
SetSystemCursor Sets the system cursor.
SetSystemVisualTheme Sets the system visual theme.
ToString Returns a string that represents the current object.
(Inherited from Object)

Extension Methods

CanConvertTo Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
CanConvertToT Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
ConvertToT Converts an object to the specified target type.

If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions)

ConvertToT Converts an object to the specified target type.

If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions)

IsDisposable Determines whether the specified object is a disposable type (i.e., it implements IDisposable interface).
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
ThrowIfNullTException Throws the specified exception if the source object is null.
(Defined by ObjectExtensions)

See Also