| WindowIHandlerTitle Property  | 
 
            Gets or sets the title of the window
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxstring Title { get; set; }Property Title As String
	Get
	Set
abstract Title : string with get, set
Property Value
Type: 
StringThe title of the window
 Remarks
Remarks
            The title of the window is displayed to the user usually at the top of the window, but in cases where
            you show a window in a mobile environment, this may be the title shown in a navigation controller.
            
 See Also
See Also