ITopLevelImplSetFrameThemeVariant Method

Sets the PlatformThemeVariant on the frame if it should be dark or light. Also applies for the mobile status bar.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void SetFrameThemeVariant(
	PlatformThemeVariant themeVariant
)

Parameters

themeVariant  PlatformThemeVariant
 

See Also