DwmPreviewManagerPeekImage Property
Gets or sets the image that will be used to display a peek 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 PeekImage { get; set; }
Public Overridable Property PeekImage As Bitmap
Get
Set
Dim instance As DwmPreviewManager
Dim value As Bitmap
value = instance.PeekImage
instance.PeekImage = value
abstract PeekImage : Bitmap with get, set
override PeekImage : 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 peek preview of the current Window.