Skip to main content

SystemBarTheme Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public enum SystemBarTheme

Inheritance: Enum -> SystemBarTheme

Fields

NameDescription
DarkBark system bar theme, with dark background and a light foreground
LightLight system bar theme, with light background and a dark foreground

Dark Field

Bark system bar theme, with dark background and a light foreground

public Avalonia.Controls.Platform.SystemBarTheme Dark

Light Field

Light system bar theme, with light background and a dark foreground

public Avalonia.Controls.Platform.SystemBarTheme Light