 | LogicalNodeViewModelProgressText property |
A text for the number of completed end nodes of this subtree
for display in the ProgressBar (usually nnn%) for the UI.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string ProgressText { get; }
Public ReadOnly Property ProgressText As String
Get
public:
property String^ ProgressText {
String^ get ();
}
member ProgressText : string with get
Property value
String
See also