IconsSecurityShield Property

Security Shield (small version for the summary) Gets the Security Shield icon displaying a blue-yellow shield (Sizes: 256x256, 128x128, 48x48, 32x32, 24x24, 16x16, 8x8)

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 SecurityShield { get; }

Property Value

Icon

Remarks

  Note

This icon has the Windows Vista appearance on all platforms. To get an OS-specific appearance use the SystemShield property instead.

Examples

The icon contains the following images:
Security Shield 256x256Security Shield 128x128Security Shield 48x48Security Shield 32x32Security Shield 24x24Security Shield 16x16Security Shield 8x8

See Also