TopLevelGetSystemBarColor Method
Helper for getting the color of the platform's system bars.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static SolidColorBrush? GetSystemBarColor(
Control control
)
Public Shared Function GetSystemBarColor (
control As Control
) As SolidColorBrush
static member GetSystemBarColor :
control : Control -> SolidColorBrush
- control Control
- The main view attached to the toplevel, or the toplevel.
SolidColorBrushThe current color of the platform's system bars.