IWindowImplSetTitle Method
Sets the title of the window.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void SetTitle(
string? title
)
Sub SetTitle (
title As String
)
abstract SetTitle :
title : string -> unit
Parameters
- title String
- The title.