IconsInformation Property

Information (small version for the summary) Gets the Information icon displaying a white "i" in a blue circle (Sizes: 256x256, 64x64, 48x48, 32x32, 24x24, 20x20, 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 Information { 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 SystemInformation property instead (though that one lacks the 20x20, 24x24 and 64x64 sizes on Windows Vista and Windows 7).

Examples

The icon contains the following images:
Information 256x256Information 64x64Information 48x48Information 32x32Information 24x24Information 20x20Information 16x16

See Also