Click or drag to resize

ThemedAboutDialogHandler.Logo Property

Gets or sets the application logo.

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Image Logo { get; set; }

Property Value

Type: Image
The application logo.

Implements

AboutDialog.IHandler.Logo
See Also