ThumbnailAlphaType Enumeration
Specifies the alpha channel type of a thumbnail image.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ThumbnailAlphaType
Public Enumeration ThumbnailAlphaType
Dim instance As ThumbnailAlphaType
public enum class ThumbnailAlphaType
No code example is currently available or this language may not be supported.
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.
|