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; }
Public Property Overlays As Boolean
Get
Set
public:
property bool Overlays {
bool get ();
void set (bool value);
}
member Overlays : bool with get, set
Property Value
Type:
BooleanTrue if overlay symbols should be added, false if not.
See Also