IconsApplication Property

Application (small version for the summary) Gets the Application icon displaying a window (Sizes: 256x256, 64x64, 48x48, 32x32, 24x24, 16x16)

See the online help for the icon images.

Definition

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 10.0.0-rc.1
C#
public static Icon Application { get; }

Property Value

Icon

Remarks

  Note

This icon has a Windows Vista-like appearance on all platforms. To get an OS-specific appearance use the SystemApplication property instead (though that one lacks the 64x64 size image on Windows Vista and Windows 7/8).

Examples

The icon contains the following images:
Application 256x256Application 64x64Application 48x48Application 32x32Application 24x24Application 16x16

See Also