GameWindow.SetTitle Method
Sets the title of the GameWindow.
Syntax
'Declaration
Protected MustOverride Sub SetTitle ( _
title As String _
)
protected abstract void SetTitle (
string title
)
protected:
void SetTitle(
String title
) abstract
Parameters
- title
Type: String
The new title of the GameWindow.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
GameWindow Class
GameWindow Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone