ThumbnailAlphaType Enumeration

Specifies the alpha channel type of a thumbnail image.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ThumbnailAlphaType

Remarks

Members

Unknown 0 The bitmap is an unknown format. The Shell tries nonetheless to detect whether the image has an alpha channel.
RGB 1 The bitmap is an RGB image without alpha. The alpha channel is invalid and the Shell ignores it.
ARGB 2 The bitmap is an ARGB image with a valid alpha channel.

See Also