Themes
Paint themes define appearance settings, resources and templates for Avalonia UI controls. The EMX Controls library includes the DeltaDesign
paint theme (shipped in the Eremex.Avalonia.Themes.DeltaDesign
package) that contains visual settings for the Eremex Controls and a set of standard Avalonia UI controls.
The DeltaDesign
theme supports two color variants, light and dark.
You can use the Application.RequestedThemeVariant
property to specify the required theme variant. See the following topic for more information:
Theme Customization
To modify the appearance of the EMX Controls, you typically need to customize corresponding theme settings. The following topic shows how to modify specific theme settings and styles for individual and all Eremex Avalonia UI controls in your project: