Table of Contents

Property DefaultIcon

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DefaultIcon

Gets or sets default icon for the application.

public static IconSet? DefaultIcon { get; set; }

Property Value

IconSet

Remarks

By default it returns icon of the the first Window. You can assing IconSet here to override default behavior. If you assing null, this property will again return icon of the the first Window. Change to this property doesn't update the icon of the the first Window.