FileEventViewModelProgressText Property |
IT Hit User File System
Progress text, e.g. 12.5 MB of 25.7 MB.
Namespace:
ITHit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic string ProgressText { get; set; }
Public Property ProgressText As String
Get
Set
public:
property String^ ProgressText {
String^ get ();
void set (String^ value);
}
member ProgressText : string with get, set
Property Value
Type:
String
See Also