Class DefaultIconSize
- Namespace
- Microsoft.WindowsAPICodePack.Shell
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Defines the read-only properties for default shell icon sizes.
public static class DefaultIconSize
- Inheritance
-
DefaultIconSize
- Inherited Members
Fields
ExtraLarge
The extra-large size property for a 256x256 pixel Shell Icon.
public static readonly Size ExtraLarge
Field Value
- Size
Large
The large size property for a 48x48 pixel Shell Icon.
public static readonly Size Large
Field Value
- Size
Maximum
The maximum size for a Shell Icon, 256x256 pixels.
public static readonly Size Maximum
Field Value
- Size
Medium
The medium size property for a 32x32 pixel Shell Icon.
public static readonly Size Medium
Field Value
- Size
Small
The small size property for a 16x16 pixel Shell Icon.
public static readonly Size Small
Field Value
- Size