ThemedAboutDialogHandlerLicense Property  | 
 
            Gets or sets the license.
            
 
    Namespace: 
   Eto.Forms.ThemedControls
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic string License { get; set; }Public Property License As String
	Get
	Set
abstract License : string with get, set
override License : string with get, set
Property Value
Type: 
StringThe license.
Implements
AboutDialogIHandlerLicense
See Also