Class DefaultThumbnailSize
- Namespace
- Microsoft.WindowsAPICodePack.Shell
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Defines the read-only properties for default shell thumbnail sizes.
public static class DefaultThumbnailSize
- Inheritance
-
DefaultThumbnailSize
- Inherited Members
Fields
ExtraLarge
Gets the extra-large size property for a 1024x1024 pixel Shell Thumbnail.
public static readonly Size ExtraLarge
Field Value
- Size
Large
Gets the large size property for a 256x256 pixel Shell Thumbnail.
public static readonly Size Large
Field Value
- Size
Maximum
Maximum size for the Shell Thumbnail, 1024x1024 pixels.
public static readonly Size Maximum
Field Value
- Size
Medium
Gets the medium size property for a 96x96 pixel Shell Thumbnail.
public static readonly Size Medium
Field Value
- Size
Small
Gets the small size property for a 32x32 pixel Shell Thumbnail.
public static readonly Size Small
Field Value
- Size