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
public static bool UseAndroidSystemColor { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also