DocumentPageText Property  | 
 
            Gets or sets the title text of the page.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic string Text { get; set; }Public Property Text As String
	Get
	Set
member Text : string with get, set
Property Value
Type: 
StringThe title text.
See Also