Back to Devexpress

ThemeManager Members

maui-devexpress-dot-maui-dot-core-dot-thememanager-dot-underscore-members.md

latest4.1 KB
Original Source

ThemeManager Members

A class that allows you to switch a theme of DevExpress .NET MAUI Controls.

Properties

NameDescription
AndroidNavigationBarBackground staticGets or sets the background color of the device’s navigation bar (works for Android 14 and earlier versions only).
AndroidNavigationBarForeground staticGets or sets the theme used by device navigation bar icons (works for Android 14 and earlier versions only).
AndroidStatusBarBackground staticGets or sets the status bar’s background color (works for Android 14 and earlier versions only).
ApplyThemeToSystemBars staticGets or sets whether the color theme is applied to system bars.
IsLightTheme staticGets whether the applied theme is a light theme.
StatusBarForeground staticGets or sets the theme that is used in device navigation bar icons.
Theme staticGets or sets the applied Theme.
UseAndroidSystemColor staticGets or sets whether the application should use the system’s main color as the seed color for a theme of DevExpress .NET MAUI Controls. This property works only on Android OS.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from System.Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from System.Object.
GetHashCode()Serves as the default hash function. Inherited from System.Object.
GetSeedColor(ThemeSeedColor) staticReturns the specified seed color’s Color value by its name.
GetType()Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString()Returns a string that represents the current object. Inherited from System.Object.

Events

NameDescription
ThemeChanged staticOccurs when the application Theme is changed.
ThemeChangedWeakEvent staticA weak event that occurs when the application Theme is changed.

See Also

ThemeManager Class

DevExpress.Maui.Core Namespace