IWindowImpl.

SetTitle(string) Method

Summary

Sets the title of the window.
Namespace
Avalonia.Platform
Containing Type
IWindowImpl

Syntax

void SetTitle(string title)

Parameters

Name Type Description
title string The title.

Return Value

Type Description
void