Click or drag to resize

ShellThumbnailOverlays Property

Gets or sets a value indicating whether overlays (like the arrow for .lnk files) should be displayed in the thumbnail or icon. Default is true.

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

Property Value

Type: Boolean
True if overlay symbols should be added, false if not.
See Also