Click or drag to resize

TrayIndicatorIcon Property

Note: This API is now obsolete.

Gets or sets the icon for the TrayIndicator.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.4. Use Image instead")]
public Icon Icon { get; set; }

Property Value

Type: Icon
The icon of the TrayIndicator.
See Also