FileEventViewModelMainOverlayIcon Property |
IT Hit User File System
Holds the main overlay icon showing kind of event ("up" for upload, "down" for download, lock/unlock, "plus" for created item).
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 MainOverlayIcon { get; set; }
Public Property MainOverlayIcon As BitmapImage
Get
Set
public:
property BitmapImage^ MainOverlayIcon {
BitmapImage^ get ();
void set (BitmapImage^ value);
}
member MainOverlayIcon : BitmapImage with get, set
Property Value
Type:
BitmapImage
See Also