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