SetSystemBarColor Method
Helper for setting the color of the platform's system bars.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetSystemBarColor(
Control control,
SolidColorBrush? color
)
Public Shared Sub SetSystemBarColor (
control As Control,
color As SolidColorBrush
)
static member SetSystemBarColor :
control : Control *
color : SolidColorBrush -> unit
Parameters
- Control
- The main view attached to the toplevel, or the toplevel.
- SolidColorBrush
- The color to set.