ThemedAboutDialogHandlerTitle Property |
Gets or sets the window title.
Namespace:
Eto.Forms.ThemedControls
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string Title { get; set; }
Public Property Title As String
Get
Set
abstract Title : string with get, set
override Title : string with get, set
Property Value
Type:
StringThe window title.
Implements
AboutDialogIHandlerTitleSee Also