Click or drag to resize

ShellThumbnailOverlay Property

Holds the overlay as ImageSource. It is only displayed if Overlays is set. This is a dependency property.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public ImageSource Overlay { get; }

Property Value

Type: ImageSource
The thumbnail.
See Also