Avalonia API Reference
C#
VB
F#
Show/Hide TOC
System
Bar
Theme Enumeration
Definition
Namespace:
Avalonia.Controls.Platform
Assembly:
Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
Copy
public
enum
SystemBarTheme
VB
Copy
Public
Enumeration
SystemBarTheme
F#
Copy
type
SystemBarTheme
Members
Light
0
Light system bar theme, with light background and a dark foreground
Dark
1
Bark system bar theme, with dark background and a light foreground
See Also
Reference
Avalonia.Controls.Platform Namespace
In This Article
Definition
Members
See Also