FileEventViewModelThumbnail Property |
IT Hit User File System
Holds the file thumbnail.
Namespace:
ITHit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic BitmapImage Thumbnail { get; set; }
Public Property Thumbnail As BitmapImage
Get
Set
public:
property BitmapImage^ Thumbnail {
BitmapImage^ get ();
void set (BitmapImage^ value);
}
member Thumbnail : BitmapImage with get, set
Property Value
Type:
BitmapImage
See Also