GetSystemBarColor Method
Helper for getting the color of the platform's system bars.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static SolidColorBrush? GetSystemBarColor(
Control control
)
Public Shared Function GetSystemBarColor (
control As Control
) As SolidColorBrush
static member GetSystemBarColor :
control : Control -> SolidColorBrush
Parameters
- Control
- The main view attached to the toplevel, or the toplevel.
Return Value
SolidColorBrush
The current color of the platform's system bars.