IWindowImplSetTitle Method

Sets the title of the window.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void SetTitle(
	string? title
)

Parameters

title  String
The title.

See Also