Skip to main content
ON

ThemeManager Members

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

Properties

Name Description
AndroidNavigationBarBackground static Gets or sets the background color of the device’s navigation bar (Android OS only).
AndroidNavigationBarForeground static Gets or sets the theme that is used in the device’s navigation bar icons (Android OS only).
AndroidStatusBarBackground static Gets or sets the status bar’s background color (Android OS only).
ApplyThemeToSystemBars static Gets or sets whether the color theme is applied to system bars.
IsLightTheme static Gets whether the applied theme is a light theme.
StatusBarForeground static Gets or sets the theme that is used in the device’s navigation bar icons.
Theme static Gets or sets the applied Theme.
UseAndroidSystemColor static Gets 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

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

Events

Name Description
ThemeChanged static Occurs when the application Theme is changed.
ThemeChangedWeakEvent static A weak event that occurs when the application Theme is changed.
See Also