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; }
Public ReadOnly Property Overlay As ImageSource
Get
public:
property ImageSource^ Overlay {
ImageSource^ get ();
}
member Overlay : ImageSource with get
Property Value
Type:
ImageSourceThe thumbnail.
See Also