DwmPreviewManagerThumbnailImage Property
Gets or sets the image that will be used to display a thumbnail preview of the current Window.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual Bitmap ThumbnailImage { get; set; }
Public Overridable Property ThumbnailImage As Bitmap
Get
Set
Dim instance As DwmPreviewManager
Dim value As Bitmap
value = instance.ThumbnailImage
instance.ThumbnailImage = value
public:
virtual property Bitmap^ ThumbnailImage {
Bitmap^ get ();
void set (Bitmap^ value);
}
abstract ThumbnailImage : Bitmap with get, set
override ThumbnailImage : Bitmap with get, set
No code example is currently available or this language may not be supported.
Property Value
Bitmap
The image that will be used to display a thumbnail preview of the current Window.