ThumbnailCacheSizes Enumeration

Specifies common pixel sizes for Windows Thumbnail Cache.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ThumbnailCacheSizes

Members

_16x16 16 16x16 thumbnail size.
_32x32 32 32x32 thumbnail size.
_48x48 48 48x48 thumbnail size.
_96x96 96 96x96 thumbnail size.
_128x128 128 128x128 thumbnail size.
_256x256 256 256x256 thumbnail size.

See Also