TopLevelSetSystemBarColor Method

Helper for setting the color of the platform's system bars.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetSystemBarColor(
	Control control,
	SolidColorBrush? color
)

Parameters

control  Control
The main view attached to the toplevel, or the toplevel.
color  SolidColorBrush
The color to set.

See Also