SFML.Net
WindowSetTitle Method |
Change the title of the window
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)

public virtual void SetTitle( string title )
Public Overridable Sub SetTitle ( title As String )
public: virtual void SetTitle( String^ title )
abstract SetTitle : title : string -> unit override SetTitle : title : string -> unit
Parameters
- title
- Type: SystemString
New title
