Click or drag to resize

ShellThumbnailPath Property

Gets or sets the full pathname of the file/shell item to be displayed.

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

Property Value

Type: String
The full pathname of the file.
Remarks
The property allows to set the Path in code. Use Location if the displayed path should be set via databinding.
See Also