DownloadProgressChangedEventArgsProgressPercentage Property |
Gets the asynchronous task progress percentage.
Namespace: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic double ProgressPercentage { get; }Return Value
DoubleA percentage value indicating the asynchronous task progress.
See Also