Back to Devexpress

ThemeManager.UseAndroidSystemColor Property

maui-devexpress-dot-maui-dot-core-dot-thememanager-5cf1993e.md

latest951 B
Original Source

ThemeManager.UseAndroidSystemColor Property

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.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public static bool UseAndroidSystemColor { get; set; }

Property Value

TypeDescription
Boolean

true if application should use the system’s main color; otherwise, false.

|

See Also

ThemeManager Class

ThemeManager Members

DevExpress.Maui.Core Namespace